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.12.tar.gz
(25.6 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.12.tar.gz.
File metadata
- Download URL: pyfreshdesk-0.1.12.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea30d7e78c8af675c5d94be75f9581b1c7941f63ba0856dfe06b80b3c6e6678
|
|
| MD5 |
61918d9d5431a707ac1de596ee552664
|
|
| BLAKE2b-256 |
cd6e4dbd0e4acc4a00d02107703f54a7ec4a926b4e336adb7ebea25943d7456c
|
File details
Details for the file pyfreshdesk-0.1.12-py3-none-any.whl.
File metadata
- Download URL: pyfreshdesk-0.1.12-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c563462f7bcb5fc17e208aa75aa1a0e5319048a02986951b51acc3f35e1bb1db
|
|
| MD5 |
7978d5122a21ee851c59ff87b10af52e
|
|
| BLAKE2b-256 |
e9030065d7d713b0d647efca2f7e32957b63ab2f75bbbe39f3d16f72df5006b2
|