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
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 apricatewrapper-0.1.0.1.tar.gz.
File metadata
- Download URL: apricatewrapper-0.1.0.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f0d13e4c05f310bb7f1398a778eda9b3717310b4433b00baeecc73b6512c04f
|
|
| MD5 |
da47c76609ae7e0d076c02cb9e27a88a
|
|
| BLAKE2b-256 |
9e4d957bb907fc6271ed1e39814eeb5bee4667a9e02c2637de456796fc249aa4
|
File details
Details for the file apricatewrapper-0.1.0.1-py3-none-any.whl.
File metadata
- Download URL: apricatewrapper-0.1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cba31d209227365c8329ebbe456432dd06e3d766e8b857a5ca8e1663730d0dd1
|
|
| MD5 |
a1bdbee4649c9cd63d54dfdba18652c2
|
|
| BLAKE2b-256 |
d05285410c0203d071924a88bb611ffd476c282817e79c71b277179e755b434d
|