Introduction

This is a JSON file RESTful API with authorization based on json-server for zce/weapp-locally & zce/quickapp-locally
ε=ε=ε=(~ ̄▽ ̄)~

Getting started

JSON Server Resources Endpoints

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