Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 3.79 KB

README.md

File metadata and controls

65 lines (50 loc) · 3.79 KB

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.

  • API version: v1
  • Package version: 0.5.0
  • Generator version: 7.6.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

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 accounts_prelogin_post POST /accounts/prelogin
AccountsApi accounts_register_post POST /accounts/register
AccountsApi accounts_webauthn_assertion_options_get GET /accounts/webauthn/assertion-options
InfoApi alive_get GET /alive
InfoApi now_get GET /now
InfoApi version_get GET /version
SsoApi sso_external_callback_get GET /sso/ExternalCallback
SsoApi sso_external_challenge_get GET /sso/ExternalChallenge
SsoApi sso_login_get GET /sso/Login
SsoApi sso_pre_validate_get GET /sso/PreValidate

Documentation For Models

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

cargo doc --open

Author