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.4.14.tar.gz
(19.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dixa_api_client-2.4.14.tar.gz.
File metadata
- Download URL: dixa_api_client-2.4.14.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ede833c52e2dc2766c32c0ffcb78c2467913ba1f513f4f5ed8fe8c65344dae95
|
|
| MD5 |
3d8160e827e0a544b59d9bfa362d4ff2
|
|
| BLAKE2b-256 |
829b8cd2bbad1eb84267a88a8786f810ea4dfdfe050af65b45018911ccb2364f
|
File details
Details for the file dixa_api_client-2.4.14-py3-none-any.whl.
File metadata
- Download URL: dixa_api_client-2.4.14-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a27cbaf1acbb7fd731bc6286cf417ce84ac82b0c600f64f73bd5b87b731b6ee
|
|
| MD5 |
78f34d8d9df61d6e71bed9dc64440515
|
|
| BLAKE2b-256 |
3dfbf8844527371c71b13ed38247022b918b3d57ad9c9387df144f04d97e9159
|