GET
POST
PUT
PATCH
DELETE
OPTIONS
GET
POST
PUT
PATCH
DELETE
OPTIONS
GET
POST
PUT
PATCH
DELETE
OPTIONS
GET
POST
PUT
PATCH
DELETE
OPTIONS
GET
POST
PUT
PATCH
DELETE
OPTIONS
Based on the example db.json
, you'll get the following routes:
GET /products
GET /products/:id
POST /products
PUT /products/:id
PATCH /products/:id
DELETE /products/:id
→ ==
lt
→ <
lte
→ <=
gt
→ >
gte
→ >=
ne
→ !=
GET /products?views_gt=9000
start
end
limit
GET /products?_start=10&_end=20
GET /products?_start=10&_limit=10
page
per_page
(default = 10)GET /products?_page=1&_per_page=25
_sort=f1,f2
GET /products?_sort=id,-views
x.y.z...
x.y.z[i]...
GET /products?author.name=foo
GET /products?author.email=foo
GET /products?tags[0]=foo
GET /products?_embed=comments
GET /comments?_embed=post
DELETE/products/1
DELETE/products/1?_embed=comments