A wrapper around the Apricate.io API in python
Project description
ApricateIO-Wrapper
A basic python wrapper around the Apricate.io API.
Example Usage
from apricatewrapper import ApricateAPI
api = ApricateAPI()
user_res = api.users.create_user("my_user")
token = user_res["data"]["token"]
api.set_token(token)
plots_res = api.plots.my_plots()
print(plot_res)
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
Built Distribution
Close
Hashes for apricatewrapper-0.1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cba31d209227365c8329ebbe456432dd06e3d766e8b857a5ca8e1663730d0dd1 |
|
MD5 | a1bdbee4649c9cd63d54dfdba18652c2 |
|
BLAKE2b-256 | d05285410c0203d071924a88bb611ffd476c282817e79c71b277179e755b434d |