Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 320 Bytes

OpsyClient

It's Opsy! A simple multi-user/role operations inventory system with aspirations, now in client form!

Example Usage

from opsyclient import OpsyClient
client = OpsyClient('http://127.0.0.1:5000/', user_name='admin', password='password')
my_zones = client.zones.list_zones().response().result