Python API client for zammad
Project description
Zammad API Client
Python API client for zammad
- Free software: MIT license
- Documentation: https://zammad-py.readthedocs.io.
Quickstart
from zammad_py.api import ZammadAPI client = ZammadAPI(username='<USERNAME>', password='<PASSWORD>', host='<HOST>') print client.user.me()
User Resource
from zammad_py.api import ZammadAPI client = ZammadAPI(username='<USERNAME>', password='<PASSWORD>', host='<HOST>') print client.user.me() print client.user.all() print client.user.search({'firstname': 'Joe'}) print client.user.find(3) print client.user.create({'firstname': 'Joe'}) print client.user.update(3, {'firstname': 'Paul'}) print client.user.destroy(3)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2017-10-24)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size zammad_py-0.1.3.tar.gz (29.7 kB) | File type Source | Python version None | Upload date | Hashes View |