/samanage-py

A python package to connect to Solarwinds Samanage Helpdesk.

Primary LanguagePythonMIT LicenseMIT

samanage-py

Detailed usage documentation is still in progress

My personal package to easily connect to Samanage ServiceDesk Platform. This is still a work in progress and doesn't support all modules provided by Samanage API but will add it in the future.

Installation

pip intall samanage-py

Project dependencies:

  • requests

Usage

from samanage import Samanage
client = Samanage(<token here>)