Skip to main content

Python client for Freshdesk API.

Project description

pre-commit Code style: black

PyPI PyPI - Python Version PyPI - License

Read the Docs

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.2.tar.gz (25.6 kB view hashes)

Uploaded Source

Built Distribution

pyfreshdesk-0.1.2-py3-none-any.whl (28.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page