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 | 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} |
To get access to the crate's generated documentation, use:
cargo doc --open