about summary refs log tree commit diff stats
path: root/crates/rocie-client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/README.md')
-rw-r--r--crates/rocie-client/README.md9
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)