Skip to main content

Python client for ReadyCloud API.

Project description

https://badge.fury.io/py/readycloud.png https://travis-ci.org/trueship/readycloud-python-client.png?branch=master https://pypip.in/d/readycloud/badge.png

Python client for ReadyCloud API.

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

readycloud-0.3.2.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

readycloud-0.3.2-py2.py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page