#object-store #dtz-objectstore #dtz #api

dtz-objectstore

a generated client for the DTZ Objectstore API

9 stable releases

new 1.0.8 Apr 6, 2025
1.0.7 Mar 2, 2025
1.0.6 Nov 6, 2024
1.0.5 Jul 17, 2024
1.0.0 Apr 14, 2024

#459 in Web programming

Download history 28/week @ 2024-12-15 14/week @ 2024-12-22 9/week @ 2024-12-29 19/week @ 2025-01-05 15/week @ 2025-01-12 2/week @ 2025-01-19 5/week @ 2025-01-26 11/week @ 2025-02-02 63/week @ 2025-02-09 84/week @ 2025-02-16 110/week @ 2025-02-23 198/week @ 2025-03-02 45/week @ 2025-03-09 13/week @ 2025-03-16 5/week @ 2025-03-23 9/week @ 2025-03-30

78 downloads per month
Used in dtz

MIT/Apache

26KB
425 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.7
  • Package version: 1.0.7
  • 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

~5–23MB
~265K SLoC