# Rust API client for dtz-objectstore a generated client for the DTZ Objectstore API ## 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: 1.0.6 - Package version: 1.0.6 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `dtz-objectstore` and add the following to `Cargo.toml` under `[dependencies]`: ``` dtz-objectstore = { path = "./dtz-objectstore" } ``` ## Documentation for API Endpoints All URIs are relative to *https://objectstore.dtz.rocks/api/2022-11-28* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *DefaultApi* | [**delete_object**](docs/DefaultApi.md#delete_object) | **DELETE** /obj/{objectPath} | Delete object *DefaultApi* | [**disable_service**](docs/DefaultApi.md#disable_service) | **POST** /disable | disable the objectstore service *DefaultApi* | [**enable_service**](docs/DefaultApi.md#enable_service) | **POST** /enable | enable the objectstore service *DefaultApi* | [**get_object**](docs/DefaultApi.md#get_object) | **GET** /obj/{objectPath} | Get Object *DefaultApi* | [**get_object_metadata**](docs/DefaultApi.md#get_object_metadata) | **HEAD** /obj/{objectPath} | Get Object Metadata *DefaultApi* | [**list_objects**](docs/DefaultApi.md#list_objects) | **GET** /obj/ | List objects *DefaultApi* | [**put_object**](docs/DefaultApi.md#put_object) | **PUT** /obj/{objectPath} | Put Object *DefaultApi* | [**stats**](docs/DefaultApi.md#stats) | **GET** /stats | get service statistics ## Documentation For Models - [Object](docs/Object.md) - [ObjectMetadata](docs/ObjectMetadata.md) - [Stats](docs/Stats.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author jens@apimeister.com