Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Autogenerated simple python client for the nexpose rest interface, currently only get is supported.

Getting Started

pip install nexpose-rest
from nexpose_rest import nexpose
c = nexpose.Configuration('https://nexpose.local', 'username', 'password')
if nexpose.testConnection(c):
    print "Connection is working!"
    print nexpose.getAssets(c)

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Autogenerated simple python client for the nexpose rest interface, currently only get is supported.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages