6 releases

0.5.0 Apr 25, 2024
0.2.3 Dec 21, 2023
0.2.2 Oct 13, 2023
0.2.1 Jul 26, 2023
0.1.0 Jan 31, 2023

#5 in #bitwarden

Download history 1727/week @ 2024-03-13 1646/week @ 2024-03-20 1010/week @ 2024-03-27 1406/week @ 2024-04-03 1462/week @ 2024-04-10 1944/week @ 2024-04-17 1636/week @ 2024-04-24 1261/week @ 2024-05-01 1492/week @ 2024-05-08 1780/week @ 2024-05-15 2030/week @ 2024-05-22 1855/week @ 2024-05-29 1634/week @ 2024-06-05 1732/week @ 2024-06-12 2138/week @ 2024-06-19 1956/week @ 2024-06-26

8,004 downloads per month
Used in 3 crates (via bitwarden)

Custom license

53KB
1K SLoC

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: 1.0.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 account_external_callback_get GET /account/ExternalCallback
SsoApi account_external_challenge_get GET /account/ExternalChallenge
SsoApi account_login_get GET /account/Login
SsoApi account_pre_validate_get GET /account/PreValidate
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

Dependencies

~4–17MB
~259K SLoC