From f18f3cb8d20541fd16f07371cf2e805e8e3b38ac Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 16 Nov 2016 16:26:40 +0100 Subject: [PATCH] Add sections to be done --- .../http-client-server-api.rst | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/server/source/drivers-clients/http-client-server-api.rst b/docs/server/source/drivers-clients/http-client-server-api.rst index eb906f27..1a300b55 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -334,3 +334,33 @@ Statuses :statuscode 200: A transaction or block with that ID was found. The status is either ``backlog``, ``invalid``. :statuscode 303: A transaction or block with that ID was found and persisted to the chain. A location header to the resource is provided. :statuscode 404: A transaction or block with that ID was not found. + + +Assets +-------------------------------- + +.. http:get:: /assets/{asset_id} + + Descriptions: TODO + + +Metadata +-------------------------------- + +.. http:get:: /metadata/{metadata_id} + + +Blocks +-------------------------------- + +.. http:get:: /blocks/{block_id} + + Descriptions: TODO + + +Votes +-------------------------------- + +.. http:get:: /votes?block_id={block_id} + + Descriptions: TODO