taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5a3b200c7b4054638eb9231bb78ff825cb880928
parent c57e9c42118c2eda10a6d768f6dd5fdbe399a20d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 30 Mar 2017 18:33:38 +0200

/history from bank; just a stub

Diffstat:
Mapi/api-bank.rst | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/api/api-bank.rst b/api/api-bank.rst @@ -92,6 +92,21 @@ request. } -------- +User API +-------- + +This API gets the user a list of his transactions, optionally limiting +the number of results. + +.. http:post:: /history + +**Request** +TBD + +**Response** +TBD + +-------- Util API --------