E-commerce microservice
Product
GETGet all products
http://localhost:3000/api/products
Example Request
Get all products
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive
GETGet a product
http://localhost:3000/api/products/1
Example Request
Get a product
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive
GETGet products by category
http://localhost:3000/api/products/1/products
Example Request
Get products by category
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive
Category
GETGet all categories
http://localhost:3000/api/categories
Example Request
Get all categories
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive
GETGet a category
http://localhost:3000/api/categories/1
Example Request
Get a category
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive