Rust API client for bitwarden-api-identity

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

Installation

Put the package under your project folder in a directory named bitwarden-api-identity and add the following to Cargo.toml under [dependencies]:

bitwarden-api-identity = { path = "./bitwarden-api-identity" }

Documentation for API Endpoints

All URIs are relative to http://localhost

| Class | Method | HTTP request | Description | | ------------- | ----------------------------------------------------------------------------------- | ---------------------------------- | ----------- | | AccountsApi | accountspreloginpost | POST /accounts/prelogin | | AccountsApi | accountsregisterpost | POST /accounts/register | | InfoApi | aliveget | GET /alive | | _InfoApi | nowget | GET /now | | _InfoApi | versionget | GET /version | | _SsoApi | accountexternalcallbackget | GET /account/ExternalCallback | | _SsoApi | accountexternalchallengeget | GET /account/ExternalChallenge | | _SsoApi | accountloginget | GET /account/Login | | SsoApi | accountprevalidateget | GET /account/PreValidate | | _SsoApi | ssoexternalcallbackget | GET /sso/ExternalCallback | | _SsoApi | ssoexternalchallengeget | GET /sso/ExternalChallenge | | _SsoApi | ssologinget | GET /sso/Login | | SsoApi | ssoprevalidate_get | GET /sso/PreValidate |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author