Skip to content

jethrocheung/CSCAsg1Task2Practical2Task3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors