@zoolanders/zooadmin-api
v1.4.0
Published
ZOOadmin API definition and documentation
Downloads
3
Readme
ZOOadmin API
This repository stores the ZOOadmin API schemas and autogenerated documentation.
Documentation
The documentaiton is autogenerated using the tools from Cloudflare which are based on Webpack, React, Doca, json-schema-loader among others.
The compiled version is stored in gh-pages.
Server
The mock-server is using json-server behind the scenes to mimic a real server. The requests and params supported are specified in the schemas.
yarn install
yarn start
Emulate response delay
yarn start -- --delay 500