Skip to content

jpop-epam-microservices/product-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product-Service

Product Service REST API

Author

Chacko Mathew

This Rest API supports the following endpoints

Functionality End-point HTTP Method Security Comments
List all products /products GET
Add a product /products POST
Get a product by Id /products/{productId} GET
Update a product info /products/{productId} PUT
Delete a product /products/{productId} DELETE
Search product by name /products?name={productName} GET

Maven Project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages