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::Client
variant - Data
Option - A wrapper around
Option
for deserializing from optional data from a HTTP response. - Data
Type Snafu - SNAFU context selector for the
ApiError::DataType
variant - Open
Talk Service Snafu - SNAFU context selector for the
ApiError::OpenTalkService
variant - Open
Talk Snafu - SNAFU context selector for the
ApiError::OpenTalk
variant - Unauthorized
Snafu - SNAFU context selector for the
ApiError::Unauthorized
variant
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