Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidboylan/zendeskpy

python module for interacting with the zendesk help center api
https://github.com/squidboylan/zendeskpy

Last synced: 24 days ago
JSON representation

python module for interacting with the zendesk help center api

Awesome Lists containing this project

README

        

zendeskpy
=========

python module for interacting with the zendesk help center api

Example Code
~~~~~~~~~~~~

Here's a simple example for using the module.

.. code::

from zendeskhc.HelpCenter import HelpCenter

hc = HelpCenter("https://mysubdomain.zendesk.com")
categories = hc.list_all_categories()
sections = hc.list_all_sections()