We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde3d01 commit ab54eb5Copy full SHA for ab54eb5
README.md
@@ -17,19 +17,17 @@ sudo pip install pycrypto
17
Installation
18
------------
19
Clone the client library from github for installation:
20
+
21
git clone https://github.com/VirdocsSoftware/redshelf-api-client.git
22
23
Basic Usage
24
25
Import and instance the client object:
26
-from client import ClientV1
27
-c = ClientV1()
28
-
29
-Supply your authentication information:
30
31
-c.set_user('0d72df20f23558620646fb3ea030f5')
32
-c.load_key('/path/to/private/key.key')
+ from client import ClientV1
+ c = ClientV1()
+ c.set_user('0d72df20f23558620646fb3ea030f5')
+ c.load_key('/path/to/private/key.key')
33
34
API Documentation
35
0 commit comments