Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squidboylan/zendeskpy
- Owner: squidboylan
- License: apache-2.0
- Created: 2016-06-10T00:32:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T23:12:27.000Z (over 8 years ago)
- Last Synced: 2024-07-06T15:09:28.364Z (4 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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()