Flipkey API Wrapper
#
This class does nothing useful yet., (*1)
#
This is a simple FlipKey data API wrapper written in PHP., (*2)
Install
Via Composer, (*3)
``` bash
$ composer require gueststream/flipkey, (*4)
## Usage
In order to use this Library you'll need to know your FlipKey API Key, Remote ID and the Property Code
(or flipkey ID for the given property)
``` php
$apiKey = "FlipKey API Key Goes Here";
$remoteId = "Remote ID Goes Here";
$propertyCode = "Property Code Goes Here";
$flipkey = new FlipKey\FlipKey($apiKey,$remoteId);
$property = $flipkey->getProperty($propertyCode);
print_r($property);
Contributing
Please see CONTRIBUTING for details., (*5)
Credits
License
The MIT License (MIT). Please see License File for more information., (*6)