worterbuch-openapi 0.34.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# 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](https://openapi-generator.tech) project.  By using the [openapi-spec](https://openapis.org) 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**]docs/DefaultApi.md#delete_key_delete | **DELETE** /delete/{key} | 
*DefaultApi* | [**get_key_get**]docs/DefaultApi.md#get_key_get | **GET** /get/{key} | 
*DefaultApi* | [**ls_get**]docs/DefaultApi.md#ls_get | **GET** /ls | 
*DefaultApi* | [**ls_key_get**]docs/DefaultApi.md#ls_key_get | **GET** /ls/{key} | 
*DefaultApi* | [**pdelete_pattern_delete**]docs/DefaultApi.md#pdelete_pattern_delete | **DELETE** /pdelete/{pattern} | 
*DefaultApi* | [**pget_pattern_get**]docs/DefaultApi.md#pget_pattern_get | **GET** /pget/{pattern} | 
*DefaultApi* | [**publish_key_post**]docs/DefaultApi.md#publish_key_post | **POST** /publish/{key} | 
*DefaultApi* | [**set_key_post**]docs/DefaultApi.md#set_key_post | **POST** /set/{key} | 


## Documentation For Models

 - [KeyValuePair]docs/KeyValuePair.md


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

```
cargo doc --open
```

## Author