Skip to content

Commit

Permalink
API client class v1.1.53
Browse files Browse the repository at this point in the history
- added list_routing() method/function, contributed by @VWT-Dan
- added list_firmware() method/function
- added get_class_version() method/function, returns the (semantic) version number of the Class
- cleaned up the class to remove repetitive code
- changed names of several protected functions for improved consistency
- general code clean up
- minor additions to the main README file
  • Loading branch information
malle-pietje committed Jun 7, 2020
1 parent badb615 commit 329ad59
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 480 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ The package can be installed manually or using composer/[packagist](https://pack

## Requirements

- a web server with PHP and cURL modules installed (tested on Apache 2.4 with PHP Version 5.6.1 and cURL 7.42.1 and with PHP 7.2.24 and cURL 7.58.0)
- network connectivity between this web server and the server and port (normally TCP port 8443) where the UniFi Controller is running
- a server with PHP and cURL modules installed (tested on Apache 2.4 with PHP Version 5.6.1 and cURL 7.42.1 and with PHP 7.2.24 and cURL 7.58.0)
- network connectivity between this server and the host and port (normally TCP port 8443) where the UniFi Controller is running
- you must use **local accounts**, not UniFi Cloud accounts, to access the UniFi Controller API through this class


## UbiOS Support

Expand Down Expand Up @@ -263,6 +265,7 @@ Other functions, getters/setters:
- get_connection_timeout()
- set_is_unifi_os()
- get_is_unifi_os()
- get_class_version()


## Need help or have suggestions?
Expand Down
Loading

0 comments on commit 329ad59

Please sign in to comment.