dtz-core

Crates.iodtz-core
lib.rsdtz-core
version1.0.6
sourcesrc
created_at2024-04-14 06:20:42.711114
updated_at2024-05-07 04:44:07.56257
descriptiona generated client for the DTZ Core API
homepage
repository
max_upload_size
id1208046
size92,666
Jens Walter (JensWalter)

documentation

README

Rust API client for dtz-core

a generated client for the DTZ Core 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.6
  • Package version: 1.0.6
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named dtz-core and add the following to Cargo.toml under [dependencies]:

dtz-core = { path = "./dtz-core" }

Documentation for API Endpoints

All URIs are relative to https://dtz.rocks/api/2021-12-09

Class Method HTTP request Description

DefaultApi | context_context_id_enable_service_get | GET /context/{context_id}/enableService | enable service for context DefaultApi | create_context | POST /context | create new context DefaultApi | create_ingress | POST /ingress/{domain}/{uri} | create static content for ingress DefaultApi | create_job | POST /job/{job_id} | create job for async execution DefaultApi | create_root_ingress | POST /ingress/{domain}/ | create or update ingress DefaultApi | delete_context | DELETE /context/{context_id} | delete context DefaultApi | delete_ingress | DELETE /ingress/{domain}/{uri} | delete ingress DefaultApi | delete_root_ingress | DELETE /ingress/{domain}/ | delete ingress DefaultApi | get_all_context | GET /context | get all contexts DefaultApi | get_context | GET /context/{context_id} | get context information DefaultApi | get_ingress | GET /ingress/{domain}/{uri} | get ingress for '/' path DefaultApi | get_job_history | GET /job/{job_id} | get execution history DefaultApi | get_root_ingress | GET /ingress/{domain}/ | get ingress for '/' path DefaultApi | issue_certificate | POST /certificate | issue a certificate, the certificate will only be issued on the first name. DefaultApi | list_ingress | GET /ingress | list all ingress DefaultApi | pull_job_from_queue | POST /job | pull one job from the async job queue DefaultApi | update_context | POST /context/{context_id} | update context

Documentation For Models

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

cargo doc --open

Author

jens@apimeister.com

Commit count: 0

cargo fmt