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.2.tar.gz
(17.8 kB
view hashes)
Built Distribution
Close
Hashes for dixa_api_client-2.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74786f8e4a26a371151ffbb9966542d37cce1fe2f3fa5368cd8fb6a79a6e8770 |
|
MD5 | f8e85459b3b99d19be0f9a0bc3097a8c |
|
BLAKE2b-256 | a813d63b5ca66747603627243fe132f509044c3dc859736cba7fa39b125611fa |