diff options
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | example.py (renamed from test_show.py) | 0 |
2 files changed, 12 insertions, 0 deletions
@@ -1,2 +1,14 @@ # vyapi Python SDK for interacting with VyOS API + + +## .env for example.py +run example.py after you create and .env + +VYDEVICE_HOSTNAME= +VYDEVICE_KEY= +VYDEVICE_PORT=443 +VYDEVICE_PROTOCOL=https +VYDEVICE_VERIFY_SSL=False + + diff --git a/test_show.py b/example.py index a58b656..a58b656 100644 --- a/test_show.py +++ b/example.py |