Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 859 Bytes

redshelf-api-client

The RedShelf Python client is a reference client for building network requests to the API.

Requirements

The client library requires the following libraries:

Installation

Clone the client library from github for installation:

git clone https://github.com/VirdocsSoftware/redshelf-api-client.git

Basic Usage

Import and instance the client object:

from client import ClientV1
c = ClientV1()
c.set_user('0d72df20f23558620646fb3ea030f5')
c.load_key('/path/to/private/key.key')

API Documentation

See http://api.redshelf.com/docs/ for details.