diff options
author | Roberto Berto <roberto.berto@gmail.com> | 2023-11-21 15:04:14 -0300 |
---|---|---|
committer | Roberto Berto <roberto.berto@gmail.com> | 2023-11-21 15:04:14 -0300 |
commit | ceae13c042a28dbafdb1fca59fdf6d5ac5628cb9 (patch) | |
tree | e9502c3b5d829e1d5322803f609d2a3e9a9c443a /README.md | |
parent | ae98f19358bb47285c22b901c8153eeed79210e3 (diff) | |
download | pyvyos-ceae13c042a28dbafdb1fca59fdf6d5ac5628cb9.tar.gz pyvyos-ceae13c042a28dbafdb1fca59fdf6d5ac5628cb9.zip |
pypi example and README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 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 + + |