Magicred-1 / engage-digital-api-docs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RingCentral Engage API Docs

Build Status Docs Status Docs

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 a live preview of https://developers.ringcentral.com/engage/digital/guide

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/engage-digital-api-docs.git
% cd engage-digital-api-docs
% pip install mkdocs mkdocs-ringcentral mdx_include
% mkdocs serve

Or with docker:

./preview.sh

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

Generating OpenAPI doc

Go check specs/README.md

Testing OpenAPI Specs

This repo holds OpenAPI specs for Engage Digital.

You can preview the latest version of the swagger spec on the swagger preview

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-digital-api-docs/

License:MIT License


Languages

Language:HTML 72.7%Language:PHP 7.0%Language:Go 6.7%Language:JavaScript 4.5%Language:Python 3.6%Language:CSS 3.1%Language:Ruby 1.8%Language:Dockerfile 0.4%Language:Shell 0.3%