DSCatalog BDS 3.0 Cap 5

Number of APIs: 16

  1. Auth - Login POST {{host}}/oauth/token

  2. Category - Categories paged GET {{host}}/categories?page=0&size=12&sort=name,asc

  3. Category - Category by id GET {{host}}/categories/1

  4. Category - New category POST {{host}}/categories

  5. Category - Update category PUT {{host}}/categories/1

  6. Category - Delete category DELETE {{host}}/categories/4

  7. Product - Products paged GET {{host}}/products?page=0&size=10&categoryId=3&name=gamer

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

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

  10. Product - Update product PUT {{host}}/products/1