Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,11 @@ pinned: false
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
## API Endpoints
|
| 12 |
+
|
| 13 |
+
- `GET /Customer` - Get all customers
|
| 14 |
+
- `POST /Customer` - Create a new customer
|
| 15 |
+
- `PUT /Customer/{id}` - Update a customer
|
| 16 |
+
- `DELETE /Customer/{id}` - Delete a customer
|
| 17 |
+
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|