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
Documentation Documentation Status
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

Changelog

Refer to the changelog for version change information.

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.1.0b1.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

freshpy-1.1.0b1-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: freshpy-1.1.0b1.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for freshpy-1.1.0b1.tar.gz
Algorithm Hash digest
SHA256 7499cd21d43ae1134bc96ce4ce2340e0680766ef395432a646aeb4872205ec7c
MD5 7e656c52efb5127428cfd8e40268e8c1
BLAKE2b-256 79fb544cf002015d6c68e6b3f22a60d85e005f9a049d985ed1bc7a0a00562acc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: freshpy-1.1.0b1-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for freshpy-1.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 0a0cfc587f5a34f1766c46d794af7e15d3decec4783096e5672d14868f01f996
MD5 24a3d515276ecf88f61fd8768ac6326d
BLAKE2b-256 c02e0770fc460b2fe51a6ad5441ff71c2f15abc3ad0d71b3a3241bfb9a80cf7c

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