Python SDK for Zoko API
Project description
zoko
A Python library for interacting with the Zoko APIs.
:construction: This project is work in progress. The library still has a lot of methods to implement.
Table of Contents
Installation
pip install zoko
Quickstart
from zoko import ZokoClient
# Initialize the client with your Zoko API key
zoko = ZokoClient(api_key='YOUR_API_KEY')
# Get all all templates
templates = zoko.account.get_all_templates()
print(templates)
Expected output:
[
{
"active": True,
"channel": "whatsapp",
"isRichTemplate": True,
"templateDesc": "Good morning {{1}}. How may I help you today?",
"templateId": "greeting_01",
"templateLanguage": "en",
"templateType": "buttonTemplate",
"templateVariableCount": 1
}
]
Documentation
You can find the documentation for the all the available resource and method examples here.
License
zoko
is distributed under the terms of the MIT 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
zoko-0.0.1.tar.gz
(7.3 kB
view details)
Built Distribution
zoko-0.0.1-py3-none-any.whl
(7.1 kB
view details)
File details
Details for the file zoko-0.0.1.tar.gz
.
File metadata
- Download URL: zoko-0.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72c0d829c2d310e602e1a101278d51582be76f1d54e87d1bf304c3feed40d3a4 |
|
MD5 | f75a6c9f77c998fe22b16f354485bb00 |
|
BLAKE2b-256 | 501b3fc1aca119970cc3e5811d9c698b8bada33e9797f844d55c00f717b387b0 |
File details
Details for the file zoko-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: zoko-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 045ab3012732fe4a9d2d50e91cee2cc00272694d3c9a2507913dd767ea04d959 |
|
MD5 | 0bfccf716da9b62217767c123f599c35 |
|
BLAKE2b-256 | 146d41540215c4f03b1732966829ef73db1a4981bd76c57cd70f71ebc20f2218 |