# Rust API client for tembodataclient
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.
</br>
</br>
To find the Tembo Cloud API, please find it [here](https://api.tembo.io/swagger-ui/).
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
- API version: v0.0.1
- Package version: v0.0.1
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
## Installation
Put the package under your project folder in a directory named `tembodataclient` and add the following to `Cargo.toml` under `[dependencies]`:
```
tembodataclient = { path = "./tembodataclient" }
```
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
*MetricsApi* | [**query_range**](docs/MetricsApi.md#query_range) | **GET** /{namespace}/metrics/query_range |
*SecretsApi* | [**get_secret**](docs/SecretsApi.md#get_secret) | **GET** /{namespace}/secrets/{secret_name} | Please use /api/v1/orgs/{org_id}/instances/{instance_id}/secrets/{secret_name}
*SecretsApi* | [**get_secret_names**](docs/SecretsApi.md#get_secret_names) | **GET** /{namespace}/secrets | Please use /api/v1/orgs/{org_id}/instances/{instance_id}/secrets
*SecretsApi* | [**get_secret_names_v1**](docs/SecretsApi.md#get_secret_names_v1) | **GET** /api/v1/orgs/{org_id}/instances/{instance_id}/secrets |
*SecretsApi* | [**get_secret_v1**](docs/SecretsApi.md#get_secret_v1) | **GET** /api/v1/orgs/{org_id}/instances/{instance_id}/secrets/{secret_name} |
## Documentation For Models
- [AvailableSecret](docs/AvailableSecret.md)
To get access to the crate's generated documentation, use:
```
cargo doc --open
```
## Author