From c9e044da2d8b8e787ba88a3d57f60fb4e2339108 Mon Sep 17 00:00:00 2001 From: sb <unknow@host.host> Date: Mon, 26 Oct 2015 14:27:55 +0100 Subject: [PATCH] adding documentation --- docs/how_to_use_the_api_get.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/how_to_use_the_api_get.rst b/docs/how_to_use_the_api_get.rst index fa258281..12ffd657 100644 --- a/docs/how_to_use_the_api_get.rst +++ b/docs/how_to_use_the_api_get.rst @@ -573,6 +573,19 @@ https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md#blockchainwithtx print(blockchainWithTx) +\- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +``/blockchain/branches`` : + +https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md#blockchainbranches + +.. code-block:: python + + # ----------- GET current branches of the node. ----------- + + # Not yet implemented in the Python API : /blockchain/branches + + \- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``/tx/sources/[pubkey]`` : -- GitLab