Releases: Art-of-WiFi/UniFi-API-browser
Releases · Art-of-WiFi/UniFi-API-browser
API browser tool v1.0.30, API client class v1.1.31
added "copy to clipboard" feature
changed all dropdown menus to be scrollable
updated README formatting
API browser tool v1.0.29, API client class v1.1.31
included API client class v1.1.31
added support for list_firewallgroups()
implemented fix for site names with Ampersands not showing up correctly in the nav bar
API browser tool v1.0.28, API client class v1.1.30
- include PHP API client class version 1.1.30
- support site names which contain URL-unfriendly characters such as single and double quotes
API browser tool v1.0.27, API client class v1.1.25
include API client class 1.1.25
add support for list_country_codes()
API browser tool v1.0.26, API client class v1.1.20
- added support for list_known_rogueaps()
API browser tool v1.0.25, API client class v1.1.18
- fixed typo causing the tool to throw an error
- fixed debug mode
API browser version v1.0.23
- add support for 5 minutes stats
- include API client class 1.1.17
API browser version v1.0.23, API client class v1.1.15
API browser changes:
- changed inclusion of the UniFi API client and Kint classes to leverage composer autoloading
API client class changes:
API browser version v1.0.22, API client class version v1.1.14
API browser changes:
- code cleanup
- added support for the new list_radius_accounts() method/function
- display current site (if selected) in top nav bar
API client class changes:
- IMPORTANT CHANGE: renamed all functions/methods named add_() to create_()
- improved data validation
- modified several existing methods/functions to leverage REST endpoints
- added create_network() method/function
- added set_networksettings_base() method/function
- added delete_network() method/function
- added list_radius_profiles() method/function
- added create_radius_account() method/function
- added set_radius_account_base() method/function
- added delete_radius_account() method/function
API Browser version 1.0.20, API client class version 1.1.9
- API client class: changed trigger_error() to error_log() for an informative message to prevent Symphony catching it as an error and halting
- API client class: modified stat_hourly_aps() and stat_daily_aps() functions/methods to allow pulling stats for a single device
- API client class: added list_tags() function/method
- API browser tool: added support for list_tags() function/method