Expand description
Types and traits that are used by the OpenTalk client library crate
Structs§
- Authorized
Http Request - Wrapper type that adds authorization information to a request
- Client
Snafu - SNAFU context selector for the
ApiError::Clientvariant - Data
Option - A wrapper around
Optionfor deserializing from optional data from a HTTP response. - Data
Type Snafu - SNAFU context selector for the
ApiError::DataTypevariant - Open
Talk Service Snafu - SNAFU context selector for the
ApiError::OpenTalkServicevariant - Open
Talk Snafu - SNAFU context selector for the
ApiError::OpenTalkvariant - Unauthorized
Snafu - SNAFU context selector for the
ApiError::Unauthorizedvariant
Enums§
- ApiError
- Errors which may occur when using API endpoints.
Traits§
- Authorization
- Trait for augmenting requests with authentication information
- Client
- A trait representing an asynchronous client which can communicate with an OpenTalk instance.
- Rest
Client - A trait representing a client which can communicate with an OpenTalk instance via REST.
- With
Authorization - Trait for adding authorization information to http requests