Skip to content

cobsec/plgx-esp-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%