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: optional "direction" /hi


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: optional "direction" /history argument
Date: Wed, 22 Nov 2017 17:09:58 +0100

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 8adf148  optional "direction" /history argument
8adf148 is described below

commit 8adf148a388d595c4b964c4d14abfe8975805d3e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 22 17:09:30 2017 +0100

    optional "direction" /history argument
---
 api-bank.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-bank.rst b/api-bank.rst
index 401847f..a3137b6 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -131,7 +131,7 @@ User API
   :query auth: authentication method used.  At this stage of development, only 
value `basic` is accepted.  Note that username and password need to be given as 
request's headers.  The dedicated headers are: `X-Taler-Bank-Username` and 
`X-Taler-Bank-Password`.
   :query delta: returns the first `N` records younger (older) than `start` if 
`+N` (`-N`) is specified.
   :query start: according to `delta`, only those records with row id strictly 
greater (lesser) than `start` will be returned.  This argument is optional; if 
not given, `delta` youngest records will be returned.
-  :query direction: optional argument taking values `debit` or `credit`, 
according to the caller willing to receive both incoming and outgoing, only 
outgoing, or only incoming records.
+  :query direction: optional argument taking values `debit` or `credit`, 
according to the caller willing to receive both incoming and outgoing, only 
outgoing, or only incoming records.  Takes `credit` by default.
   :query account_number: optional argument indicating the bank account number 
whose history is to be returned.  If not given, then the history of the calling 
user will be returned.
 
   **Response** 

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



reply via email to

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