Crates.io | dtz-objectstore |
lib.rs | dtz-objectstore |
version | |
source | src |
created_at | 2024-04-14 06:21:16.539959+00 |
updated_at | 2025-03-02 19:38:35.761605+00 |
description | a generated client for the DTZ Objectstore API |
homepage | |
repository | |
max_upload_size | |
id | 1208048 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
a generated client for the DTZ Objectstore API
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.RustClientCodegen
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" }
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
To get access to the crate's generated documentation, use:
cargo doc --open