Python wrapper for DragonMint T1 REST API
Project description
dragon-rest
Python wrapper for DragonMint T1 REST API
Quickstart
Install pip package
$ pip install dragon_rest
Write the Python codes
from dragon_rest.dragons import DragonAPI
dragon_host = '10.0.0.1'
api = DragonAPI(dragon_host,
username='admin',
password='dragonadmin')
r = api.summary()
print(r)
# now you're in the big leagues, boye
Reference
For details on the API, see: https://halongmining.com/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
dragon_rest-0.0.4.tar.gz
(3.2 kB
view details)
File details
Details for the file dragon_rest-0.0.4.tar.gz
.
File metadata
- Download URL: dragon_rest-0.0.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c04db31d36869934eb18f78a767e3ac4c2a778107e51b67ffb7cd4833231284 |
|
MD5 | e60131fc19e5043e027dcc0f638faa89 |
|
BLAKE2b-256 | 6cfa9504cfb78f04e0281ac6a6c4da148d118d16d67a1f04adcb4a56726f409a |