dtz-objectstore

a generated client for the DTZ Objectstore API

6 stable releases

1.0.5 Jul 17, 2024
1.0.4 Jun 7, 2024
1.0.3 May 19, 2024
1.0.0 Apr 14, 2024

#542 in HTTP server

Download history 1/week @ 2024-06-28 45/week @ 2024-07-05 120/week @ 2024-07-12 129/week @ 2024-07-19 11/week @ 2024-07-26 1/week @ 2024-08-02 5/week @ 2024-08-09 42/week @ 2024-08-16 16/week @ 2024-08-23 14/week @ 2024-08-30 21/week @ 2024-09-06 34/week @ 2024-09-13 56/week @ 2024-09-20 25/week @ 2024-09-27 11/week @ 2024-10-04 11/week @ 2024-10-11

104 downloads per month
Used in dtz

MIT/Apache

26KB
435 lines

Rust API client for dtz-objectstore

a generated client for the DTZ Objectstore API

Overview

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.

  • API version: 1.0.5
  • Package version: 1.0.5
  • 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 DELETE /obj/{objectPath} Delete object
DefaultApi disable_service POST /disable disable the objectstore service
DefaultApi enable_service POST /enable enable the objectstore service
DefaultApi get_object GET /obj/{objectPath} Get Object
DefaultApi get_object_metadata HEAD /obj/{objectPath} Get Object Metadata
DefaultApi list_objects GET /obj/ List objects
DefaultApi put_object PUT /obj/{objectPath} Put Object
DefaultApi stats GET /stats get service statistics

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

jens@apimeister.com

Dependencies

~4–17MB
~253K SLoC