diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-23 22:06:01 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-23 22:06:01 +0200 |
| commit | 1a7f887451faee3083f5bbf55979665a4e6bc7f4 (patch) | |
| tree | ba8c78f52495de25810777f880881761122feef5 /crates/rocie-client/README.md | |
| parent | chore(crates/rocie-client): Re-generate (diff) | |
| download | server-1a7f887451faee3083f5bbf55979665a4e6bc7f4.zip | |
feat(crates/rocie-server/api/get-product-{by-name,by-part-name}): Init
Diffstat (limited to 'crates/rocie-client/README.md')
| -rw-r--r-- | crates/rocie-client/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/rocie-client/README.md b/crates/rocie-client/README.md index c01f023..54e918e 100644 --- a/crates/rocie-client/README.md +++ b/crates/rocie-client/README.md @@ -27,7 +27,9 @@ All URIs are relative to *http://localhost* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *ApiGetInventoryApi* | [**amount_by_id**](docs/ApiGetInventoryApi.md#amount_by_id) | **GET** /inventory/{id} | Get the amount of an product -*ApiGetProductApi* | [**product_by_id**](docs/ApiGetProductApi.md#product_by_id) | **GET** /product/{id} | Get Product by id +*ApiGetProductApi* | [**product_by_id**](docs/ApiGetProductApi.md#product_by_id) | **GET** /product/by-id/{id} | Get Product by id +*ApiGetProductApi* | [**product_by_name**](docs/ApiGetProductApi.md#product_by_name) | **GET** /product/by-name/{name} | Get Product by name +*ApiGetProductApi* | [**product_suggestion_by_name**](docs/ApiGetProductApi.md#product_suggestion_by_name) | **GET** /product/by-part-name/{name} | Get Product suggestion by name *ApiGetProductApi* | [**products**](docs/ApiGetProductApi.md#products) | **GET** /products/ | Return all registered products *ApiGetUnitApi* | [**unit_by_id**](docs/ApiGetUnitApi.md#unit_by_id) | **GET** /unit/{id} | Get Unit by id *ApiGetUnitApi* | [**units**](docs/ApiGetUnitApi.md#units) | **GET** /units/ | Return all registered units |
