zenvia-openapi-spec
zenvia-openapi-spec copied to clipboard
Zenvia API OpenAPI Specification
Zenvia APIs OpenAPI Specification
Links
- Reference Documentation (ReDoc)
- OpenAPI Raw Files: JSON YAML
Warning: All above links are updated only after Travis CI finishes deployment
Working on specification
Install
1. Install Node.js
2. Clone repo and run npm install
in the repo root
Usage
1. Starts the development server.
npm start
2. Bundles the spec and prepares web_deploy folder with static assets.
npm run build
3. Validates the spec.
npm test
4. Starts the development server (with the public version of the specification).
npm run start:public
5. Bundles the spec (with the public version of the specification) and prepares web_deploy folder with static assets.
npm run build:public
License
MIT