2 个版本
0.0.2 | 2024 年 3 月 8 日 |
---|---|
0.0.1 | 2023 年 12 月 22 日 |
#1994 在 网页编程
每月 108 次下载
用于 tembo-cli
24KB
424 行
tembodataclient 的 Rust API 客户端
在处理大量或敏感数据时,我们避免将其收集到 Tembo Cloud 中。相反,每个区域、云或私有数据平面都有一个 Tembo 数据 API。
要查找 Tembo Cloud API,请在此处查找。[链接]
概述
此 API 客户端由 OpenAPI Generator 项目生成。通过使用远程服务器上的 openapi-spec,您可以轻松生成 API 客户端。
- API 版本:v0.0.1
- 包版本:v0.0.1
- 构建包:
org.openapitools.codegen.languages.RustClientCodegen
安装
将包放入项目文件夹中名为 tembodataclient
的目录下,并在 Cargo.toml
下的 [dependencies]
中添加以下内容:
tembodataclient = { path = "./tembodataclient" }
API 端点文档
所有 URI 都相对于 https://127.0.0.1
类 | 方法 | HTTP 请求 | 描述 |
---|---|---|---|
MetricsApi | query_range | GET /{namespace}/metrics/query_range | |
SecretsApi | get_secret | GET /{namespace}/secrets/{secret_name} | 请使用 /api/v1/orgs/{org_id}/instances/{instance_id}/secrets/{secret_name} |
SecretsApi | get_secret_names | GET /{namespace}/secrets | 请使用 /api/v1/orgs/{org_id}/instances/{instance_id}/secrets |
SecretsApi | get_secret_names_v1 | GET /api/v1/orgs/{org_id}/instances/{instance_id}/secrets | |
SecretsApi | get_secret_v1 | GET /api/v1/orgs/{org_id}/instances/{instance_id}/secrets/{secret_name} |
模型文档说明
要获取对crate生成文档的访问权限,请使用
cargo doc --open
作者
依赖关系
~4–19MB
~251K SLoC