mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-11-22 10:10:18 +01:00
minor changes
This commit is contained in:
parent
f1fc80f34f
commit
5327d0c534
@ -21,7 +21,7 @@ namespace UniFi_API;
|
||||
class Client
|
||||
{
|
||||
/** constants */
|
||||
const CLASS_VERSION = '1.1.94';
|
||||
const CLASS_VERSION = '1.1.95';
|
||||
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
|
||||
const DEFAULT_CURL_METHOD = 'GET';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user