Skip to content

Commit

Permalink
Small Fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Oct 23, 2015
1 parent 136ccfb commit a880423
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ is 15 minutes. Last seen is the amount of seconds since we have last seen an API

GET /api/online/json

Success Example:
Example:

::

Expand Down Expand Up @@ -174,6 +174,12 @@ Address
*******
Display the unique address used for authentication for the node.

::

GET /api/online

Example:

::

GET /api/online
Expand All @@ -185,7 +191,7 @@ Display the unique address used for authentication for the node.
Total Bytes
***********

Get the total number of terabytes currently being managed by the node.
Get the total number of terabytes and farmers currently being managed by the node. Increments id every 30 minutes for indexing software.

::

Expand All @@ -197,8 +203,11 @@ Success Example:

GET /api/total
RESPONSE:
Status Code: 200
Text: 35 TB
{
"id": 803096,
"total_TB": 1343.78,
"total_farmers": 346
}

Advertise Height
****************
Expand Down

0 comments on commit a880423

Please sign in to comment.