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: /history response encaps


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: /history response encapsulated into a JSON object
Date: Wed, 03 May 2017 22:17:09 +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 84b4aea  /history response encapsulated into a JSON object
84b4aea is described below

commit 84b4aea0f1906742f4810964f551465acc93276b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 3 22:16:49 2017 +0200

    /history response encapsulated into a JSON object
---
 api/api-bank.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/api/api-bank.rst b/api/api-bank.rst
index 8bfffa0..d15b821 100644
--- a/api/api-bank.rst
+++ b/api/api-bank.rst
@@ -115,10 +115,13 @@ the number of results.
 
 .. http:post:: /history
 
-  **Request** JSON of type `HistoryRequest`_.
+  **Request** JSON object whose field `data` is an array of `HistoryRequest`_ 
elements.
 
+..
+  NOTE: According to the last research, Django has no way of
+  returning a straight array.
 
-  **Response** JSON array of type `BankTransaction`_.
+  **Response** JSON object of type `BankTransaction`_.
 
 
 .. _HistoryRequest:

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



reply via email to

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