Skip to content

Logo

ezapi-sysaid

A Python wrapper for SysAid REST API

Install

pip install ezapi-sysaid

Usage

from sysaid import SysAid

host = "..."
username = "..."
password = "..."

s = SysAid(host, username, password)

See detailed usages at Endpoints page.

Last modified on: 2023-05-09 09:29:59