The RedShelf Python client is a reference client for building network requests to the API.
The client library requires the following libraries:
Clone the client library from github for installation:
git clone https://github.com/VirdocsSoftware/redshelf-api-client.git
Import and instance the client object:
from client import ClientV1
c = ClientV1()
c.set_user('0d72df20f23558620646fb3ea030f5')
c.load_key('/path/to/private/key.key')
See http://api.redshelf.com/docs/ for details.