Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.69 KB

RingCentral Engage API Docs

Build Status

This repository is the home of the RingCentral Engage Developer Guide: a collection of materials, and documentation to help educate developers on how to build on top of the RingCentral Engage platform.

Visit at: https://engage-api-docs.rtfd.org

Contributing

If you would like to contribute to the RingCentral documentation effort, fork this repository, make your desired edits and contributions, and issue a pull request accordingly.

Running ReadTheDocs Locally

% git clone https://github.com/ringcentral/ringcentral-api-docs.git
% cd ringcentral-api-docs
% pip install mkdocs
% pip install mkdocs-moonstone
% mkdocs serve

Then you should be able to load http://localhost:8000 to view the documentation.

Testing OpenAPI Specs

This repo holds OpenAPI specs for Engage Digital and Engage Voice. For each commit, tests are run on Travis CI to verify that the OpenAPI 3.0 specs validate.

You can verify the specs localy with the following if you have Go installed.

% git clone https://github.com/ringcentral/ringcentral-api-docs.git
% cd ringcentral-api-docs
% go test -v ./...

If you wish to change the specs being tested edit the specs_test.go file.