dtz-containerregistry 2.0.3

a generated client for the DTZ Container Registry API
Documentation
# Rust API client for dtz-containerregistry

a generated client for the DTZ Container Registry 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: 2.0.3
- Package version: 2.0.3
- Generator version: 7.18.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

## Installation

Put 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" }
```

## Documentation for API Endpoints

All URIs are relative to *https://cr.dtz.rocks/api/2023-12-28*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**check_authentication**]docs/DefaultApi.md#check_authentication | **GET** /v2/ | check authentication
*DefaultApi* | [**disable_service**]docs/DefaultApi.md#disable_service | **POST** /disable | disable the container registry service
*DefaultApi* | [**enable_service**]docs/DefaultApi.md#enable_service | **POST** /enable | enable the container registry service
*DefaultApi* | [**get_catalog**]docs/DefaultApi.md#get_catalog | **GET** /v2/_catalog | get catalog
*DefaultApi* | [**get_image_tag_manifest**]docs/DefaultApi.md#get_image_tag_manifest | **GET** /v2/{image}/manifests/{tag} | get manifest for image and tag
*DefaultApi* | [**get_image_tags_list**]docs/DefaultApi.md#get_image_tags_list | **GET** /v2/{image}/tags/list | get tags list
*DefaultApi* | [**get_stats**]docs/DefaultApi.md#get_stats | **GET** /stats | get stats


## Documentation For Models

 - [CatalogResponse]docs/CatalogResponse.md
 - [ErrorMessage]docs/ErrorMessage.md
 - [ManifestResponse]docs/ManifestResponse.md
 - [ManifestResponseManifestsInner]docs/ManifestResponseManifestsInner.md
 - [ManifestResponseSubject]docs/ManifestResponseSubject.md
 - [ManifestResponseSubjectPlatform]docs/ManifestResponseSubjectPlatform.md
 - [StatsResponse]docs/StatsResponse.md
 - [TagsListResponse]docs/TagsListResponse.md


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

```
cargo doc --open
```

## Author

jens@apimeister.com