// Session API client modules
//
// Hand-written client for the UniFi controller's session (non-OpenAPI) endpoints.
// Covers stat/, cmd/, rest/, and system-level operations wrapped in the
// standard `{ meta: { rc, msg }, data: [...] }` envelope.
pub use ;