Python client for ReadyCloud API.
Project description
Python client for ReadyCloud API.
Free software: BSD license
Documentation: https://readycloud-python-client.readthedocs.org.
Features
GET, POST, PUT, PATCH, DELETE requests to ReadyCloud.
CRUD functions for Order, WebHooks
Support for Python2 and Python3.
Installation
pip install readycloud
Usage
from readycloud import ReadyCloud
rc = ReadyCloud(token='your token')
orders = rc.get_orders()
order = orders['objects']['0']
order['message'] = 'New message'
rc.update_order(order['id'], order)
rc.delete_order(order['id'])
boxes = rc.get('/api/v1/boxes')
History
0.3.1 (2015-11-24)
Added patch method to perform PATCH HTTP requests.
0.3.0 (2015-10-09)
Added support for the 2.0 API.
0.2.0 (2014-08-16)
Added register webhooks methods
Fixed few issues
0.1.0 (2014-08-12)
First release on PyPI.
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
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 readycloud-0.3.2.tar.gz.
File metadata
- Download URL: readycloud-0.3.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bef21ea982024062754233fdc0e6547816b1b775f91d091b20cd0e0c361f1427
|
|
| MD5 |
ab3115f968deb0bb7a1cdd0bc673705e
|
|
| BLAKE2b-256 |
f66e60ffe4399412e7d5328bd89b079909ca27fde1c4970d5067915a4d717973
|
File details
Details for the file readycloud-0.3.2-py2.py3-none-any.whl.
File metadata
- Download URL: readycloud-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36014d0ce3166e4f177a0e6337d7d9be2847d3a135643c3494e586ef3380451
|
|
| MD5 |
ee7d7617a2a28b45e9ed1725e1bfbee8
|
|
| BLAKE2b-256 |
1935c817028382721e9921a40fe3bd6060092740ea3f3331f585ef0c539f09ed
|