summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--example.py (renamed from test_show.py)0
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index afefe5a..3db35ea 100644
--- a/README.md
+++ b/README.md
@@ -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