Ritesh1035 commited on
Commit
5bbee02
·
verified ·
1 Parent(s): 3537e7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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