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

Add set queries to `nsot circuits list` #151

Closed nickpegg closed 6 years ago

nickpegg commented 6 years ago

When this module was originally written I forgot to add querying when -q is passed in to nsot circuits list. Oops. This adds that routing, similar to the nsot devices list command`, as well as some tests around some basic set queries.

Fixes #149.

narJH27 commented 6 years ago

LGTM! :shipit: