gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: finishing bank's /histor


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: finishing bank's /history
Date: Fri, 31 Mar 2017 00:39:01 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 86aff5a  finishing bank's /history
86aff5a is described below

commit 86aff5a8f24ec884bbc94509b456d87c52a7ada0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 31 00:38:42 2017 +0200

    finishing bank's /history
---
 api/api-bank.rst | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/api/api-bank.rst b/api/api-bank.rst
index bfc4f44..231be38 100644
--- a/api/api-bank.rst
+++ b/api/api-bank.rst
@@ -100,12 +100,32 @@ the number of results.
 
 .. http:post:: /history
 
-**Request**
+**Request:** The body of this request must have the format of a 
`HistoryRequest`_.
 TBD
 
 **Response**
 TBD
 
+.. _HistoryRequest:
+.. code-block:: tsref
+
+  interface HistoryRequest {
+  
+    // The username of the user calling this API.
+    username: string;
+
+    // Password of the user calling this API.
+    password: string;
+
+    // Row number identifier in the bank's database
+    // such that only rows with GREATER (meaning younger
+    // records) row number will be returned.
+    start: number;
+
+    // How many rows we want returned, at most.
+    delta: number;
+  }
+
 --------
 Util API
 --------

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]