Python API client library for eagleeye
Project description
Eagle Eye Air
This package provides Python SDK for accessing APIs provided by the eagleeye platform.
Setup environment
To use the package, we need to first configure os with following variables:
EES_AUTH_CLIENT_ID: this is youreagleeyeclient idEES_AUTH_CLIENT_SECRET: youreagleeyesecret, will be used for payload encryptionEES_API_PREFIX: api version to use, default to/2.0EES_POS_API_HOST: hostname of the POS API serverEES_WALLET_API_HOST: hostname of the Wallet API serverEES_RESOURCES_API_HOST: hostname of the Resources API server
Invoke API
With environment setup, you can invoke the APIs as shown below:
import json
from eagleeyeair import resources
print(json.dumps(resources.list_campaigns(limit=5), indent=2))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eagleeyeair-0.1.5.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eagleeyeair-0.1.5.tar.gz.
File metadata
- Download URL: eagleeyeair-0.1.5.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
835adb1558ccb97881922d106e4ddc88a13643e22e7520425d858c0e3a605739
|
|
| MD5 |
dec43e66d083e781b761616f42de97ef
|
|
| BLAKE2b-256 |
cbf7452e10acccf84adcf43534b1bd876e7e45ccdb5bc288daee1f7e357155e9
|
File details
Details for the file eagleeyeair-0.1.5-py3-none-any.whl.
File metadata
- Download URL: eagleeyeair-0.1.5-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e8906108a0669b495b0f804ae003f4a80b8fd089aa5922efe0fb785e6456501
|
|
| MD5 |
ad32b13eebf985b42554c97d21eb50ba
|
|
| BLAKE2b-256 |
a95ecb325e4b4469e5ad52a492527ec353b1de5429cf7f54e8ec9d11da23449b
|