Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

readycloudllc/readycloud-python-client

Open more actions menu

Repository files navigation

ReadyCloud API Client

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')

About

Python client for ReadyCloud API.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.