Crates.io | rusttwald |
lib.rs | rusttwald |
version | 0.1.1 |
source | src |
created_at | 2024-08-25 19:18:15.6018 |
updated_at | 2024-08-25 19:34:08.707093 |
description | Inofficial Rust API client for the mittwald. API. |
homepage | |
repository | https://github.com/cloudsftp/rusttwald/tree/latest |
max_upload_size | |
id | 1351385 |
size | 3,575,941 |
This OpenAPI spec documents the mittwald API. It follows the OpenAPI 3.0.0 specification.
You will need an API token to access the API. You can obtain one by logging into the mStudio and navigating to the "API Tokens" section in the user menu.
When making requests to the API, you can authenticate by passing your API token in the X-Access-Token
header or as a
bearer token.
Please note that usage of the API is rate-limited to prevent abuse. You can inspect the rate limiting for your current
user by observing the X-Ratelimit-*
headers included in each response.
A main consumer of the mittwald API is the management interface for our customers, the mStudio.
For support, please use the mStudio support area or drop us an email at support@mittwald.de.
For security issues, please report to security@mittwald.de.
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 openapi
and add the following to Cargo.toml
under [dependencies]
:
openapi = { path = "./openapi" }
To get access to the crate's generated documentation, use:
cargo doc --open