zenvia / zenvia-openapi-spec

Zenvia API OpenAPI Specification
MIT License
16 stars 6 forks source link
api facebook hacktoberfest json nodejs openapi rest sms whatsapp

Zenvia APIs OpenAPI Specification

License Build Status

Twitter Follow

Links

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