#api-client #generated-client #billing #dtz

dtz-billing

DTZ 计费 API 的生成客户端

3 个稳定版本

新增 1.0.2 2024年8月21日
1.0.1 2024年8月18日
1.0.0 2024年5月19日

#1768 in 网页编程

Download history 148/week @ 2024-05-15 40/week @ 2024-05-22 1/week @ 2024-05-29 3/week @ 2024-06-05 1/week @ 2024-07-03 6/week @ 2024-07-10 87/week @ 2024-08-14

每月下载量:87
dtz 中使用

MIT/Apache 许可

20KB
333

dtz-billing 的 Rust API 客户端

DTZ 计费 API 的生成客户端

概述

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

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

安装

将包放置在您的项目文件夹中的 dtz-billing 目录下,并在 Cargo.toml 中的 [dependencies] 下添加以下内容

dtz-billing = { path = "./dtz-billing" }

API 端点文档

所有 URI 都是相对于 https://billing.dtz.rocks/api/2022-12-28

方法 HTTP 请求 描述
DefaultApi charge_stripe_post POST /charge/stripe stripe webhook
DefaultApi get_stats GET /stats 获取统计信息
DefaultApi list_transactions GET /transaction 获取所有收入和支出交易的列表
DefaultApi post_consumption POST /consumption 发布新的服务消费

模型文档

要获取对crate生成文档的访问权限,请使用

cargo doc --open

作者

[email protected]

依赖项

~4–17MB
~268K SLoC