Skip to content

Latest commit

 

History

History
executable file
·
39 lines (22 loc) · 623 Bytes

README.rst

File metadata and controls

executable file
·
39 lines (22 loc) · 623 Bytes

polylogyx-api

Installation

Install the additional dependencies using the below command

$ python setup.py install

Usage

from __future__ import print_function
import json
from polylogyx_apis import PolylogyxApi

polylogyx_api = PolylogyxApi(domain='<IP/DOMAIN>', username='<USERNAME>',password='<PASSWORD>')
response = polylogyx_api.get_nodes()
print(json.dumps(response, sort_keys=False, indent=4))

Documentation

You're looking at it.

License

MIT Copyright (c) 2019 polylogyx