#generated #generator #openapi #api-client #github #com #openapitools

worterbuch-openapi

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

1 unstable release

0.34.0 Jul 15, 2023

#149 in #openapi

Unlicense

24KB
380 lines

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.

  • API version: 0.34.0
  • Package version: 0.34.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

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

Documentation For Models

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

cargo doc --open

Author

Dependencies

~4–19MB
~263K SLoC