Skip to content

VirdocsSoftware/redshelf-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python implementation of a RedShelf API client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages