@panoptic-it-solutions/unifi-api-client
Version:
A Node.js client library for the UniFi Controller API
141 lines (77 loc) • 2.01 kB
Markdown
Changelog
# 1.0.15
## Patch Changes
- dc9788b: docs7
# 1.0.14
## Patch Changes
- 56a1a83: docs 6
# 1.0.13
## Patch Changes
- a405a39: docs update 5
# 1.0.12
## Patch Changes
- 1449dff: docs
# 1.0.11
## Patch Changes
- 8bb0770: docs version update
# 1.0.10
## Patch Changes
- b997e4a: more doc updating tests
# 1.0.9
## Patch Changes
- 5e71551: docs update
# 1.0.8
## Patch Changes
- 9280354: testing docs update
# 1.0.7
## Patch Changes
- 32da3bf: testing docs again
# 1.0.6
## Patch Changes
- bb8fa9c: testing doc updating
# 1.0.5
## Patch Changes
- 67d1f11: testing documenation update
# 1.0.4
## Patch Changes
- 63bd501: Adjustment of login() to use parameterless unless user and password are provided to override. Updated docs.
# 1.0.3
## Patch Changes
- cf4e939: minor update
# 1.0.2
## Patch Changes
- 8a3feb4: testing CI/CD
# 1.0.1
## Patch Changes
- 2febf4d: testing deployment again
- 74aa388: Testing versioning
- 678379b: Testing versioning
- 4ab0dce: Automated deployment
- 4ac8da9: Updated ESLint config
- cdd3162: Updated deployment process
- 773c57f: testing deployment
# [1.0.1] - 2025-06-08
## Added
- (Add new features here)
## Changed
- Updated deployment process
## Fixed
- (Add bug fixes here)
# [1.0.1] - 2025-06-08
## Added
- (Add new features here)
## Changed
- Updated deployment process
## Fixed
- (Add bug fixes here)
All notable changes to this project will be documented in this file.
# [1.0.0] - 2025-06-08
## Added
- Initial release of UniFi Controller API Client for Node.js
- Full API parity with Art-of-WiFi PHP UniFi API client
- TypeScript support and comprehensive typings
- Modular endpoint structure (devices, clients, sites, networks, wireless, stats, system, and more)
- Robust authentication/session management (including 2FA)
- Custom error handling and flexible logging
- Comprehensive unit and integration tests
- Extensive documentation and usage examples