Go to file
Adam Goldsmith 529f9d22ca
Some checks failed
Run Unit Tests / publish (push) Failing after 2m15s
Add gitea workflow to run offline tests and publish package
2024-12-06 01:45:41 -05:00
.gitea/workflows Add gitea workflow to run offline tests and publish package 2024-12-06 01:45:41 -05:00
docs Initial Commit 2024-11-26 12:50:13 -05:00
src/unifi_access Add some more undocumented bits to schemas 2024-12-05 13:03:42 -05:00
tests Add methods that automatically handle paginated endpoints 2024-11-26 12:50:13 -05:00
.gitignore Initial Commit 2024-11-26 12:50:13 -05:00
.pre-commit-config.yaml Bump dependencies 2024-12-05 13:01:00 -05:00
LICENSE Initial Commit 2024-11-26 12:50:13 -05:00
mkdocs.yml Initial Commit 2024-11-26 12:50:13 -05:00
pyproject.toml Apply "Ruff-specific rules (RUF)" ruff rule set 2024-11-26 12:50:13 -05:00
README.md Initial Commit 2024-11-26 12:50:13 -05:00
uv.lock Bump dependencies 2024-12-05 13:01:00 -05:00

Python UniFi Access API Client

Unofficial typed wrapper for the public UniFi Access API. Currently written against V2.2.10 of the API Reference.

Completion Status

See docs/completion.md

Disclaimer

This library is not affiliated with or endorsed by Ubiquiti Networks Inc. It probably contains at least some errors or mismatch with the actual API behaviour. Feel free to open issues or submit pull requests.