mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-11-22 10:10:18 +01:00
- bumped version to 1.1.96
- removed @version tag in docblock as it contained redundant information - merged #241 which adds a method to download a generated backup, (contributed by @Jacobtims)
This commit is contained in:
parent
d040c512a7
commit
30056f50fc
@ -13,7 +13,6 @@ namespace UniFi_API;
|
|||||||
*
|
*
|
||||||
* @package UniFi_Controller_API_Client_Class
|
* @package UniFi_Controller_API_Client_Class
|
||||||
* @author Art of WiFi <info@artofwifi.net>
|
* @author Art of WiFi <info@artofwifi.net>
|
||||||
* @version Release: 1.1.92
|
|
||||||
* @license This class is subject to the MIT license that is bundled with this package in the file LICENSE.md
|
* @license This class is subject to the MIT license that is bundled with this package in the file LICENSE.md
|
||||||
* @example This directory in the package repository contains a collection of examples:
|
* @example This directory in the package repository contains a collection of examples:
|
||||||
* https://github.com/Art-of-WiFi/UniFi-API-client/tree/master/examples
|
* https://github.com/Art-of-WiFi/UniFi-API-client/tree/master/examples
|
||||||
@ -21,7 +20,7 @@ namespace UniFi_API;
|
|||||||
class Client
|
class Client
|
||||||
{
|
{
|
||||||
/** Constants. */
|
/** Constants. */
|
||||||
const CLASS_VERSION = '1.1.95';
|
const CLASS_VERSION = '1.1.96';
|
||||||
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
|
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
|
||||||
const DEFAULT_CURL_METHOD = 'GET';
|
const DEFAULT_CURL_METHOD = 'GET';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user