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.1.0.tar.gz
(17.2 kB
view hashes)
Built Distribution
Close
Hashes for dixa_api_client-2.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad4d6b794ed53ac4b9e492f373a456e585c8376a1a1b960f867b3956949b530 |
|
MD5 | 377e732f9cc9403e505f3e79edd3a791 |
|
BLAKE2b-256 | 08c9db91da92c9c12fd127e71dc3493593d1e0e20b891cc3e47d5107ad27d260 |