Python client for Freshdesk API.
Project description
Description
Python client library for interacting with Freshdesk.
Installation
pip install pyfreshdesk
Usage
Basic
from freshdesk import Client
fd = Client(domain='mydomain', api_key='MY_API_KEY')
Different Plan
from freshdesk import Client
from freshdesk import Plan
fd = Client(
domain='mydomain',
api_key='MY_API_KEY',
plan=Plan.ESTATE,
)
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
pyfreshdesk-0.1.9.tar.gz
(26.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfreshdesk-0.1.9.tar.gz.
File metadata
- Download URL: pyfreshdesk-0.1.9.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fc06ff83c15d0dd4f35419b16b694cdd4a28373f6d52f5f6b0d3d0223993d71
|
|
| MD5 |
74be4798d3bb0a773a689403300ff898
|
|
| BLAKE2b-256 |
df23d549f07d165bde447c8fac1011fdc7441c94d672ba7493ba38ea713290bd
|
File details
Details for the file pyfreshdesk-0.1.9-py3-none-any.whl.
File metadata
- Download URL: pyfreshdesk-0.1.9-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c7d148d94bb85254c9a96894abc4a8fefcda22a1b29a0b7f02747db9e2659c2
|
|
| MD5 |
77e64362b6fab4534608ae1be0c4b66f
|
|
| BLAKE2b-256 |
aa1b4c8cc55f9f4fcc73cb4290e08fea765700556856e1cfecffc50837081a72
|