Skip to main content

Crate bitwarden_api_identity

Crate bitwarden_api_identity 

Source

Modules§

apis
models

Structs§

Configuration
Configuration for an API client.
ResponseContent
Response content from a failed API call.

Enums§

AuthRequired
Marker struct used for endpoints that require authentication. It will be included in the request’s extensions to signal to the middleware that authentication is required.
ContentType
Content types supported by the API client.
Error
Errors that can occur during API operations.

Functions§

new_http_client
Returns a [reqwest::Client] built from new_http_client_builder.
new_http_client_builder
Returns a [reqwest::ClientBuilder] preconfigured with the SDK’s TLS settings.
parse_deep_object
Parses a deep object (nested JSON) into flat query parameters.
process_with_empty_response
Sends and processes a request expecting an empty response, returning Ok(()) when successful.
process_with_json_response
Sends and processes a request expecting a JSON response, deserializing it into the type T.
urlencode
URL-encodes a string for use in query parameters.