Releases: Art-of-WiFi/UniFi-Cloud-API-client
Releases · Art-of-WiFi/UniFi-Cloud-API-client
Version 1.0.5
- updated parameter type in docblock
- updated README
Version 1.0.4
- added collection of Guzzle stats that are accessible after each request using the new getters
getHandlerErrorData()
getHandlerStats()
getResponseStatusCode()
getTransferTime()
getEffectiveUri()
minor code styling changes
minor code refactoring
Version 1.0.3
- minor refactoring of code
- the client now validates whether the optionally provided HostIds for the hosts->get() method are actually strings, of not, an Exception is thrown
Version 1.0.2
- minor code improvements
- improved code example
- added getters for version and debug
Version 1.0.1
- added a default value for the Guzzle requests timeout
- added a setter to modify the timeout value
Initial release
- initial commit
- supports the following endpoints/routes
- List Hosts
- Get Host by ID
- List Sites
- List Devices