Skip to content

rodneymandap/samanage-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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