Rust API client for worterbuch-openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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.

Installation

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

Documentation for API Endpoints

All URIs are relative to http://localhost:8080/openapi

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- DefaultApi | deletekeydelete | DELETE /delete/{key} | DefaultApi | getkeyget | GET /get/{key} | DefaultApi | lsget | GET /ls | *DefaultApi* | lskeyget | GET /ls/{key} | *DefaultApi* | pdeletepatterndelete | DELETE /pdelete/{pattern} | *DefaultApi* | pgetpatternget | GET /pget/{pattern} | *DefaultApi* | publishkeypost | POST /publish/{key} | *DefaultApi* | setkey_post | POST /set/{key} |

Documentation For Models

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

cargo doc --open

Author