DSCommerce Cap05

Number of APIs: 10

  1. Categories - All categories GET http://localhost:8080/categories

  2. Order - Order by id GET {{host}}/orders/2

  3. Order - New order POST {{host}}/orders

  4. Product - Product by id GET {{host}}/products/2

  5. Product - Products GET {{host}}/products?size=12&page=0&sort=name&name=

  6. Product - New product POST {{host}}/products

  7. Product - Product PUT {{host}}/products/1

  8. Product - Product by id DELETE {{host}}/products/3

  9. User - User logged GET {{host}}/users/me

  10. Auth - Login POST {{host}}/oauth2/token