Skip to content

REST API

Thach Khoi Pham edited this page Feb 21, 2018 · 2 revisions

DanasBakeri-API

Example of some of endpoints can be:

Method Resource path
POST /products/{mat}or{drinks}$
GET /products/{product_id}$
GET /products?query="drinks"$
PUT /products/{product_id}$
DELETE /products/{product_id}$

Documentation

Clone this wiki locally