RingCentral Engage Digital client Python
Project description
RingCentral Engage Digital Client for Python
Simple Python API wrapper for RingCentral Engage Digital api. api docs.
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
bin/init
source venv/bin/activate
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ringcentral_engage_digital-0.3.1.tar.gz.
File metadata
- Download URL: ringcentral_engage_digital-0.3.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d5802f64ddb2f495ea6e5862130e985394544f7d0185d021396e812df70e16
|
|
| MD5 |
be8dbcb2b4291f08cacc7f27b59356d1
|
|
| BLAKE2b-256 |
511361b16ccb9745ece4d5df011440a10033707f6f64ea6583b38eb00ac2af63
|
File details
Details for the file ringcentral_engage_digital-0.3.1-py2-none-any.whl.
File metadata
- Download URL: ringcentral_engage_digital-0.3.1-py2-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7a9f0e969ed76dd3fad9fd7e76cf64685a3cbcb83d50ebb618637ac6ae526bb
|
|
| MD5 |
a3a4e3b58a1da77adbd84c3fb71a4db4
|
|
| BLAKE2b-256 |
85f44f4de65fecf1b14504f991ff86abf8793a264905924eeeceaf2f434a5e2c
|