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.6.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.6.tar.gz.
File metadata
- Download URL: dixa_api_client-2.4.6.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 |
661634436ef3cdb982e7048dd17762de2066c40a8bb6e6c077382b8977784e50
|
|
| MD5 |
760099823b04551c579a15888e84d093
|
|
| BLAKE2b-256 |
690e96794014b896fc7195c18cf1b56118d65ce8cac37366ad7ba70b1bc8ba7e
|
File details
Details for the file dixa_api_client-2.4.6-py3-none-any.whl.
File metadata
- Download URL: dixa_api_client-2.4.6-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 |
ac8c7516c18649aeb90e1a619bada2871276a6064d8e578f5a3dd863a6b77bc9
|
|
| MD5 |
cb1966833f8515e7218106c6a5a175bb
|
|
| BLAKE2b-256 |
a1bea433bb8a74d243d23d891d262294fce145b3b02343aa991af58fe5da686f
|