Skip to content

Releases: Art-of-WiFi/UniFi-API-browser

API browser tool v1.0.30, API client class v1.1.31

24 Aug 09:13
Compare
Choose a tag to compare

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

19 Aug 13:52
Compare
Choose a tag to compare

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

30 Jul 08:54
Compare
Choose a tag to compare
  • 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

24 Mar 10:12
Compare
Choose a tag to compare

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

18 Oct 06:52
Compare
Choose a tag to compare
  • added support for list_known_rogueaps()

API browser tool v1.0.25, API client class v1.1.18

12 Oct 17:17
Compare
Choose a tag to compare
  • fixed typo causing the tool to throw an error
  • fixed debug mode

API browser version v1.0.23

11 Oct 06:03
Compare
Choose a tag to compare
  • 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

04 Oct 15:33
Compare
Choose a tag to compare

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

11 Sep 14:29
Compare
Choose a tag to compare

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

11 Aug 10:20
Compare
Choose a tag to compare
  • 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