| Crates.io | tembodataclient |
| lib.rs | tembodataclient |
| version | 0.0.2 |
| created_at | 2023-12-22 13:54:38.794053+00 |
| updated_at | 2024-03-08 03:55:29.855168+00 |
| description | In the case of large or sensitive data, we avoid collecting it into Tembo Cloud. Instead, there is a Tembo Data API for each region, cloud, or private data plane. To find the Tembo Cloud API, please find it [here](https://api.tembo.io/swagger-ui/). |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1078367 |
| size | 30,715 |
In the case of large or sensitive data, we avoid collecting it into Tembo Cloud. Instead, there is a Tembo Data API for each region, cloud, or private data plane. To find the Tembo Cloud API, please find it here.
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.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named tembodataclient and add the following to Cargo.toml under [dependencies]:
tembodataclient = { path = "./tembodataclient" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|
MetricsApi | query_range | GET /{namespace}/metrics/query_range | SecretsApi | get_secret | GET /{namespace}/secrets/{secret_name} | Please use /api/v1/orgs/{org_id}/instances/{instance_id}/secrets/{secret_name} SecretsApi | get_secret_names | GET /{namespace}/secrets | Please use /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} |
To get access to the crate's generated documentation, use:
cargo doc --open