Skip to main content

Python client library for interacting with Freshworks products.

Project description

pre-commit

Description

Python client library for interacting with Freshworks products.

Installation

pip install freshworks

This will install all available packages for working with those Freshworks products.

  • freshdesk
  • freshcaller

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

freshworks-0.0.21.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

freshworks-0.0.21-py3-none-any.whl (6.6 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