Skip to content

embbnux/engage-api-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

API Documentation for RingCentral Engage (formerly Dimelo and Connect First) - https://ringcentral.github.io/engage-api-docs/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.7%
  • CSS 3.9%
  • Go 3.4%