ably-auth-openapi 0.2.0

Unofficial generated OpenAPI bindings for the Ably platform auth REST API (token issuance/revocation, server time). Not affiliated with or endorsed by Ably. Prefer the `ably-chat-rs` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod error_info;
pub use self::error_info::ErrorInfo;
pub mod error_response;
pub use self::error_response::ErrorResponse;
pub mod request_token_request;
pub use self::request_token_request::RequestTokenRequest;
pub mod token_details;
pub use self::token_details::TokenDetails;
pub mod token_params;
pub use self::token_params::TokenParams;
pub mod token_request;
pub use self::token_request::TokenRequest;
pub mod token_revocation_request;
pub use self::token_revocation_request::TokenRevocationRequest;
pub mod token_revocation_response;
pub use self::token_revocation_response::TokenRevocationResponse;
pub mod token_revocation_response_results_inner;
pub use self::token_revocation_response_results_inner::TokenRevocationResponseResultsInner;