Skip to main content

A Python toolset for utilizing the Freshservice API

Project description

freshpy

A Python toolset for utilizing the Freshservice API

Latest Stable Release PyPI
Latest Dev/Beta/RC Release PyPI
Build Status N/A
Supported Versions PyPI - Python Version
License License (GitHub)
Issues GitHub open issues
GitHub closed issues
Pull Requests GitHub pull open requests
GitHub closed pull requests

Installation

The package can be installed via pip using the syntax below.

pip install freshpy --upgrade

You may also clone the repository and install from source using below.

git clone git://github.com/jeffshurtliff/freshpy.git
cd freshpy/
python setup.py install

Usage

This section provides basic usage instructions for the package.

Importing the package

Rather than importing the base package, it is recommended that you import the primary FreshPy class using the syntax below.

from freshpy import FreshPy

Initializing a Khoros object instance

The primary FreshPy object serves many purposes, the most important being to establish a connection to the Freshservice environment with which you intend to interact. As such, when initializing an instance of the FreshPy object, you will need to pass it the Freshservice URL (e.g. example.freshservice.com) and the API key it will use to authenticate so that the connection can be established.

Passing the information directly into the object

The domain and API key can be passed directly into the FreshPy object when initializing it, as demonstrated in the example below.

fresh = FreshPy(domain='example.freshservice.com', api_key='abc123DEF456')

Interacting with the Freshservice API

Once the FreshPy object instance has been initialized, it can be leveraged to interact with a Freshservice environment in many ways, which is fully documented in the official documentation. The example below demonstrates how information for a specific incident ticket can be retrieved in JSON format.

ticket_data = fresh.tickets.get_ticket(1299)

License

MIT License

Reporting Issues

Issues can be reported within the GitHub repository.

Additional Resources

Additional resources for leveraging the Freshservice API can be found in the official Freshservice API Reference Documentation.

Donations

If you would like to donate to this project then you can do so using this PayPal link.

Disclaimer

This package is considered unofficial and is in no way endorsed or supported by Freshservice.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freshpy-1.0.0b1.tar.gz (56.7 kB view details)

Uploaded Source

Built Distribution

freshpy-1.0.0b1-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file freshpy-1.0.0b1.tar.gz.

File metadata

  • Download URL: freshpy-1.0.0b1.tar.gz
  • Upload date:
  • Size: 56.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.9.9

File hashes

Hashes for freshpy-1.0.0b1.tar.gz
Algorithm Hash digest
SHA256 412b602484522928e580cd7219901d279aac5f2bf58a66704897f5a505452813
MD5 bf43c240dc2672fa38e396e1d9d6822c
BLAKE2b-256 378eddc5291e9c6b8bc73ffffaa2c04eea2fc19c76bc04087688f127554e2408

See more details on using hashes here.

File details

Details for the file freshpy-1.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: freshpy-1.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.9.9

File hashes

Hashes for freshpy-1.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d9998516f375524d684f245dd6ec852cdb4c4ba59b3891c693d13600357d83c
MD5 1dea4ae1b7becd86e4746173970cdd41
BLAKE2b-256 94bda77840f01e99f3cc6d4fe0f91f9aff5cbaacd2a97cce01718405f918ea28

See more details on using hashes here.

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