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.8.tar.gz
(19.3 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.8.tar.gz.
File metadata
- Download URL: dixa_api_client-2.4.8.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c9d563d611050c961baaa55958a548cf8f86ae7609641b51694492da2a350ef
|
|
| MD5 |
b05733802eec88117a1633ec1b6906cf
|
|
| BLAKE2b-256 |
75388d69c62c76f9e986e87edf7e37fb03b0f05c1a8dd65f29be4c26e9ab78e8
|
File details
Details for the file dixa_api_client-2.4.8-py3-none-any.whl.
File metadata
- Download URL: dixa_api_client-2.4.8-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59f3007610022dd8160643fc5b0448fb888a53060bad7489cbc8581b6d8190e7
|
|
| MD5 |
43fd183ffc23d9a912b6e48999d69524
|
|
| BLAKE2b-256 |
7521a5bbe3eb6d45b0ab71a09d85d693251cb84e301b1017543ce91ceda7072c
|