Skip to content

Commit

Permalink
#7: Added output data description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Nov 26, 2015
1 parent 26da380 commit 0a3a5ed
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/edeposit/amqp/rest/html_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,45 @@
/track
++++++

Volání této části API vrátí stavy všech přes REST API ohlášených, ne-expirovaných dokumentů. Expirace probíhá řádově po měsících.

Návratová hodnota
^^^^^^^^^^^^^^^^^

Typ slovník (dictionary) se strukturou ``{"rest_id": detaily}``, kde `detaily` je další slovník o následující struktuře:

+-------------+--------------------------------------------------------------------------+
| Název klíče | Význam |
+=============+==========================================================================+
| pub_url | URL knihy v edepositu. |
+-------------+--------------------------------------------------------------------------+
| book_name | Název knihy v edepositu. |
+-------------+--------------------------------------------------------------------------+
| messages | Pole slovníků se strukturou ``{"message": "text", "timestamp": float}``. |
+-------------+--------------------------------------------------------------------------+

Příklad
^^^^^^^



/track/<rest_id>
++++++++++++++++

Návratová hodnota
^^^^^^^^^^^^^^^^^

Slovník s následující strukturou:

+-------------+--------------------------------------------------------------------------+
| Název klíče | Význam |
+=============+==========================================================================+
| pub_url | URL knihy v edepositu. |
+-------------+--------------------------------------------------------------------------+
| book_name | Název knihy v edepositu. |
+-------------+--------------------------------------------------------------------------+
| messages | Pole slovníků se strukturou ``{"message": "text", "timestamp": float}``. |
+-------------+--------------------------------------------------------------------------+

</rst>

Expand Down

0 comments on commit 0a3a5ed

Please sign in to comment.