diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-23 17:17:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-23 17:17:28 +0200 |
| commit | 7682da81ff4c775eca048aaf0586593fb159cb85 (patch) | |
| tree | e310245e136b21e15696ffee2756cc6f49f6ae73 /crates/rocie-client/README.md | |
| parent | feat(scripts/generate_api_client.sh): Make the API better by configuring the ... (diff) | |
| download | server-7682da81ff4c775eca048aaf0586593fb159cb85.zip | |
chore(crates/rocie-client): Regenerate
Diffstat (limited to 'crates/rocie-client/README.md')
| -rw-r--r-- | crates/rocie-client/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/crates/rocie-client/README.md b/crates/rocie-client/README.md index 346da8d..38c4f5e 100644 --- a/crates/rocie-client/README.md +++ b/crates/rocie-client/README.md @@ -1,4 +1,4 @@ -# Rust API client for openapi +# Rust API client for rocie-client An enterprise grocery management system @@ -14,10 +14,10 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat ## Installation -Put the package under your project folder in a directory named `openapi` and add the following to `Cargo.toml` under `[dependencies]`: +Put the package under your project folder in a directory named `rocie-client` and add the following to `Cargo.toml` under `[dependencies]`: ``` -openapi = { path = "./openapi" } +rocie-client = { path = "./rocie-client" } ``` ## Documentation for API Endpoints @@ -41,11 +41,14 @@ Class | Method | HTTP request | Description ## Documentation For Models - [Barcode](docs/Barcode.md) + - [BarcodeId](docs/BarcodeId.md) - [Product](docs/Product.md) - [ProductAmount](docs/ProductAmount.md) + - [ProductId](docs/ProductId.md) - [ProductStub](docs/ProductStub.md) - [Unit](docs/Unit.md) - [UnitAmount](docs/UnitAmount.md) + - [UnitId](docs/UnitId.md) - [UnitStub](docs/UnitStub.md) |
