unifly-api 0.8.0

Async Rust client, reactive data layer, and domain model for UniFi controller APIs
Documentation
1
2
3
4
5
6
7
8
9
// Integration API client for the UniFi Network Application.
//
// Hand-crafted async HTTP client matching the v10.1.84 OpenAPI spec.
// Uses X-API-KEY authentication and RESTful JSON endpoints at /integration/v1/.

pub mod client;
pub mod types;

pub use client::IntegrationClient;