| Action | HTTP method | Relative URI |
|---|---|---|
| Get all products | GET | api/v2/products |
| Get the individual product | GET | api/v2/products/{id} |
| Add a new product | POST | api/v2/products |
| Edit an existing product | PUT | api/v2/products/{id} |
| Delete an existing product | DELETE | api/v2/products/{id} |
| Get products by an individual category | GET | api/v2/products?category={category} |
-
Notifications
You must be signed in to change notification settings - Fork 0
jethrocheung/CSCAsg1Task2Practical2Task3
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published










