6个版本

0.5.0 2024年4月25日
0.2.3 2023年12月21日
0.2.2 2023年10月13日
0.2.1 2023年7月26日
0.1.0 2023年1月31日

#1671 in 网页编程

Download history • Rust 包仓库 1846/week @ 2024-04-14 • Rust 包仓库 1700/week @ 2024-04-21 • Rust 包仓库 1400/week @ 2024-04-28 • Rust 包仓库 1090/week @ 2024-05-05 • Rust 包仓库 2083/week @ 2024-05-12 • Rust 包仓库 2003/week @ 2024-05-19 • Rust 包仓库 1496/week @ 2024-05-26 • Rust 包仓库 2142/week @ 2024-06-02 • Rust 包仓库 1535/week @ 2024-06-09 • Rust 包仓库 1735/week @ 2024-06-16 • Rust 包仓库 2285/week @ 2024-06-23 • Rust 包仓库 1848/week @ 2024-06-30 • Rust 包仓库 2401/week @ 2024-07-07 • Rust 包仓库 1754/week @ 2024-07-14 • Rust 包仓库 2065/week @ 2024-07-21 • Rust 包仓库 1786/week @ 2024-07-28 • Rust 包仓库

8,013每月下载量
3 个Crate中使用 (通过 bitwarden)

自定义许可证

53KB
1K SLoC

bitwarden-api-identity的Rust API客户端

没有提供描述(由Openapi Generator生成 https://github.com/openapitools/openapi-generator)

概览

此API客户端是由OpenAPI Generator项目生成的。通过使用来自远程服务器的openapi-spec,您可以轻松生成API客户端。

  • API版本:v1
  • 包版本:1.0.0
  • 构建包:org.openapitools.codegen.languages.RustClientCodegen

安装

将包放在名为 bitwarden-api-identity 的目录下,并在 Cargo.toml 中的 [dependencies] 下添加以下内容

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

API端点文档

所有URI相对于 https://127.0.0.1

方法 HTTP请求 描述
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

模型文档说明

要获取crate生成的文档,请使用

cargo doc --open

作者

依赖项

~4–19MB
~261K SLoC