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
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.7.tar.gz
(26.7 kB
view details)
Built Distribution
File details
Details for the file pyfreshdesk-0.1.7.tar.gz
.
File metadata
- Download URL: pyfreshdesk-0.1.7.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f3e33dcea7e87d43d274df0e2602ef43759bebfeecf799e413540ff47802f9c |
|
MD5 | c28b94ce91a5fcafacf873f790216b4e |
|
BLAKE2b-256 | 0881f3cc94c348cac11f806c28a5455b3af7ab2224a01d2765c5ca9d28eb99db |
File details
Details for the file pyfreshdesk-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pyfreshdesk-0.1.7-py3-none-any.whl
- Upload date:
- Size: 29.2 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 | 8f38bd188fe553bcf66aee6f539cbd5cd9d39aada1b69c022c7e600f7f6109e2 |
|
MD5 | 839a91e20b2cae61a35f4c4a35cb9b4f |
|
BLAKE2b-256 | 07eff6a9eff744aaca8dcfe4946e18868448f30d2ec1346e87c008244b962287 |