| Crates.io | dtz-containerregistry |
| lib.rs | dtz-containerregistry |
| version | 2.0.1 |
| created_at | 2024-05-19 23:56:25.872682+00 |
| updated_at | 2025-07-15 09:43:52.159862+00 |
| description | a generated client for the DTZ Container Registry API |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1245290 |
| size | 58,499 |
a generated client for the DTZ Container Registry 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.RustClientCodegenPut the package under your project folder in a directory named dtz-containerregistry and add the following to Cargo.toml under [dependencies]:
dtz-containerregistry = { path = "./dtz-containerregistry" }
All URIs are relative to https://cr.dtz.rocks/api/2023-12-28
| Class | Method | HTTP request | Description |
|---|
DefaultApi | check_authentication | GET /v2/ | check authentication DefaultApi | disable_service | POST /disable | disable the container registry service DefaultApi | enable_service | POST /enable | enable the container registry service DefaultApi | get_stats | GET /stats | get stats
To get access to the crate's generated documentation, use:
cargo doc --open