Python API Client for Dixa
Project description
Dixa API Wrapper
Installation
pip install dixa-api-client
Usage
from dixa import Dixa
client = Dixa(api_key='XXXXX')
agents = client.v1.Agents.list()
for agent in agents:
print(agent['id'])
For more details on the content of the reponses, visit the official dixa API docs.
Resources Available
v1
- Agents
- Analytics
- Contact Endpoints
- Conversations
- Custom Attributes
- End Users
- Queues
- Tags
- Teams
- Webhooks
Resources
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dixa_api_client-2.2.1.tar.gz
(17.7 kB
view hashes)
Built Distribution
Close
Hashes for dixa_api_client-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68f29ac9c779c41cf47d52fa2f1ffb717cb12dead092fbe297a5e327efa5080d |
|
MD5 | 110c9845a6fbede64f8c542ebe566c7d |
|
BLAKE2b-256 | 5e3574c045a2d81e0fc9eb075c28dfb7f17f3f66b6f171eacfe11fcd0dcd6ef7 |