Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 601 Bytes

JerseyRestV001

http://localhost:8080/JerseyRestV001/api/inventory/stockreport - To call Inventory.getStock()

http://localhost:8080/JerseyRestV001/api/inventory/brandproducts?brand=Intel - To call Inventory.getProducts(String)

http://localhost:8080/JerseyRestV001/api/inventory/brandproducts/Asus - To call Inventory.getProductsViaPath(String)

http://localhost:8080/JerseyRestV001/api/inventory/addPcPartV1 - To call Inventory.putPCPartProducts(String)

http://localhost:8080/JerseyRestV001/api/inventory/addPcPartV2 - To call Inventory.putPCPartProductsDifferently(String)