Skip to main content

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.

Tests


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


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 hashes)

Uploaded Source

Built Distribution

zoko-0.0.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page