ZCatalyst Cliq SDK for Python
Project description
ZCatalyst Cliq SDK
The official python sdk for integrating Zoho Catalyst with Zoho Cliq.
ZCatalyst Cliq SDK helps you to work with Python for handling Zoho Cliq extensions using Zoho Catalyst.
Prerequisites
To start working with this SDK you need to sign up with catalyst and cliq
Then you need to install suitable version of Python and pip
Installing
The ZCatalyst Cliq SDK is a pip package and can be found as zcatalyst-cliq on PyPI:
python -m pip install zcatalyst-cliq
Using zcatalyst-cliq
After installing zcatalyst-cliq, you can initialize it in your catalyst's cliq integration functions as:
import zcatalyst_cliq
# your cliq handler files's mapping should be given here
config = {
"ZohoCliq": {
"handlers": {
"bot_handler": "handlers/bot_handler.py",
"function_handler": "handlers/function_handler.py",
"installation_validator": "handlers/installation_validator.py",
"command_handler": "handlers/command_handler.py",
"widget_handler": "handlers/widget_handler.py",
"messageaction_handler": "handlers/message_action_handler.py",
"installation_handler": "handlers/installation_handler.py"
}
},
}
def handler(request, response):
handler_resp = zcatalyst_cliq.execute(request, config)
response.set_content_type('application/json')
response.send(handler_resp)
Documentation
For documentation and further queries kindly contanct support@zohocatalyst.com
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
Built Distribution
File details
Details for the file zcatalyst_cliq-0.0.1.tar.gz
.
File metadata
- Download URL: zcatalyst_cliq-0.0.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c956b14bda1a9070cdc2024581fd4103b48a48f2766b1c56261553bbe4620f7d |
|
MD5 | 9cc08440b5de2e5a54f93483ac6d585c |
|
BLAKE2b-256 | 48e70f45335eeace299cd42de0429b5037240e994197ad657d25f2d9585467d5 |
File details
Details for the file zcatalyst_cliq-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: zcatalyst_cliq-0.0.1-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab40bdb3880abcc93d3f50849e6beb2c24108f19ec0b3ada02891543d7cc9a20 |
|
MD5 | 6f24f36cd00e5c71293458d28cadb3d6 |
|
BLAKE2b-256 | 03b03c0df68da9d18cfaec607894b601727bbf37bf13e0c26d9fd281cc28a0a8 |