DSCommerce Cap05
Number of APIs: 10
-
Categories - All categories GET http://localhost:8080/categories
-
Order - Order by id GET {{host}}/orders/2
-
Order - New order POST {{host}}/orders
-
Product - Product by id GET {{host}}/products/2
-
Product - Products GET {{host}}/products?size=12&page=0&sort=name&name=
-
Product - New product POST {{host}}/products
-
Product - Product PUT {{host}}/products/1
-
Product - Product by id DELETE {{host}}/products/3
-
User - User logged GET {{host}}/users/me
-
Auth - Login POST {{host}}/oauth2/token