issues
search
dropbox
/
pynsot
A Python client and CLI utility for the Network Source of Truth (NSoT) REST API.
https://pynsot.readthedocs.io
Other
46
stars
25
forks
source link
Fix #26: Made it easier to get an API client for CLI utilities
#28
Closed
jathanism
closed
9 years ago
jathanism
commented
9 years ago
It's now as simple as calling pynsot.client.get_api_client()
This was moved from pysnot.app.App, which now calls it from pynsot.client instead.