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.3.1.tar.gz
(17.8 kB
view hashes)
Built Distribution
Close
Hashes for dixa_api_client-2.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 043d37b13c8b2a05d4c22b06f57ec2249e7bca552b83e28772d6eb800e968c02 |
|
MD5 | 43a52ae707f6174d280fce25f67ec2dd |
|
BLAKE2b-256 | 954de4e10172d513d50d6ee098defe573e8f5f6e4cf961102bb12160fd0e90bc |