Introduction
This is a JSON file RESTful API with authorization based on json-server for zce/weapp-locally & zce/quickapp-locally
ε=ε=ε=(~ ̄▽ ̄)~
JSON Server Resources Endpoints
- Slides:
/slides/:id?
- Categories:
/categories/:id?
- Shops:
/shops/:id?
To access and modify resources, you can use any HTTP method:
GET
POST
PUT
PATCH
DELETE
OPTIONS
Backdoor Endpoints
GET /backdoor/delay
add a delay of 1000ms for each endpoint
$ curl http://localhost:3000/backdoor/delay
Related
- zce/dashboard-server - A JSON file RESTful API with JWT authorization based on json-server for zce/dashboard