Client for the Vista API
Project description
Vista API for Python
Python implementation of the Vista API.
Reference
Prerequisites
You'll need to create a Vista API key from the Vista Dashboard.
Usage
Install the dependency:
pip install vista_api_client
Then in your Node application:
from vista_api_client import VistaClient
if __name__ == '__main__':
client = VistaClient('z9Not6ZyDQn8YGw3GxHZx54k0U1qA_2KIL1HktuYPc5EKEfd')
roles = client.resources.list('test')
print(roles)
After that you are good to go!
Please see the Vista API Documentation for documentation of the API.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vista_api_client-0.1.5.tar.gz
.
File metadata
- Download URL: vista_api_client-0.1.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e136194dcdd569171e958da9e16a016e0feadf980631333152bbbc18be598a3e |
|
MD5 | 4d0df338aa4c36ab1c64608113f78f02 |
|
BLAKE2b-256 | 1071c4349f585ca560cb23ff45fc6cdb681125e5283893535051f75c02748764 |