Skip to main content

RingCentral Engage Digital client Python

Project description

RingCentral Engage Digital Client for Python

Simple Python API wrapper for RingCentral Engage Digital api. api docs.

Build Status

Usage

from ringcentral_engage_digital import RestClient

rc = RestClient(
  RINGCENTRAL_ENGAGE_API_TOKEN,
  RINGCENTRAL_ENGAGE_SERVER_URL
)
r = rc.get('/1.0/roles')
assertEqual(len(r.json['records']) > 0, True)

Test

cp .sample.env .env
# edit .env fill your server and spi key
npm run test

Credits

Based on Tyler's https://github.com/tylerlong/ringcentral-python.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ringcentral_engage_digital-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page