Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.66 KB

File metadata and controls

34 lines (22 loc) · 1.66 KB

CSCAsg1Task2Practical2Task3

Web API Document

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}

Postman Screenshots

image

image

image

image

image

image

image

image

image

image

image