gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Sandbox history API


From: gnunet
Subject: [taler-docs] branch master updated: Sandbox history API
Date: Tue, 11 Jan 2022 13:32:01 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0eda269  Sandbox history API
0eda269 is described below

commit 0eda26965a26820113739bc167c5e774bf1e054d
Author: ms <ms@taler.net>
AuthorDate: Sun Jan 9 08:24:52 2022 +0100

    Sandbox history API
---
 core/api-bank-access.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 343b319..11cd4c1 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -146,13 +146,13 @@ Transactions
 
 .. http:GET:: ${BANK_API_BASE_URL}/accounts/${account_name}/transactions
 
-   Retrieve all the fresh transactions where the bank account with the
-   label ``account_name`` was debited or credited.  A transactions is 'fresh'
-   if it was never included in a "history" type response.
+   Retrieve a subset of transactions related to $account_name.  Without
+   query parameters, it returns the last 5 transactions.
 
    **Request**
   
-   FIXME: this needs query parameters to filter the results.
+   :query page: page number (defaults to 1, meaning the page with the latest 
transactions.)
+   :query size: how many transactions per page, defaults to 5.
 
    **Response**
    

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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