Crates.io | worterbuch-openapi |
lib.rs | worterbuch-openapi |
version | 0.34.0 |
source | src |
created_at | 2023-07-15 06:57:09.072072 |
updated_at | 2023-07-15 06:57:09.072072 |
description | No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
homepage | |
repository | |
max_upload_size | |
id | 917011 |
size | 29,779 |
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
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 worterbuch-openapi
and add the following to Cargo.toml
under [dependencies]
:
worterbuch-openapi = { path = "./worterbuch-openapi" }
All URIs are relative to http://localhost:8080/openapi
Class | Method | HTTP request | Description |
---|
DefaultApi | delete_key_delete | DELETE /delete/{key} | DefaultApi | get_key_get | GET /get/{key} | DefaultApi | ls_get | GET /ls | DefaultApi | ls_key_get | GET /ls/{key} | DefaultApi | pdelete_pattern_delete | DELETE /pdelete/{pattern} | DefaultApi | pget_pattern_get | GET /pget/{pattern} | DefaultApi | publish_key_post | POST /publish/{key} | DefaultApi | set_key_post | POST /set/{key} |
To get access to the crate's generated documentation, use:
cargo doc --open