samanage-py

A package to easily connect to Samanage API


Keywords
helpdesk, helpdesk-ticketing, helpdesk-tools, samanage, samanage-api, solarwinds, ticket-management
License
MIT
Install
pip install samanage-py==0.1.8

Documentation

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>)