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.0.tar.gz
(17.6 kB
view hashes)
Built Distribution
Close
Hashes for dixa_api_client-2.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdda21c1ef16d6a09c0e427704b6328c40e102c7ea5f885ebb6414b5f7e0d8f7 |
|
MD5 | 6871dbd0b6040b8f5dd8d9363806e6c4 |
|
BLAKE2b-256 | 63aec9dcc405e2cfdda75272433f8d1c3b5716f51521aacf9c87f503935711e2 |