gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Access API.


From: gnunet
Subject: [taler-docs] branch master updated: Access API.
Date: Wed, 22 Mar 2023 15:13:28 +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 b6912df  Access API.
b6912df is described below

commit b6912dfab07ddfd5efd50aab4b2be8fa23bfe030
Author: ms <ms@taler.net>
AuthorDate: Wed Mar 22 15:11:48 2023 +0100

    Access API.
    
    Adding time range to GET /transactions.  This way,
    in case Neuxs parser mistakes, it'll be possible to
    query the bank for the transactions in one particular
    time range.
---
 core/api-bank-access.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index aa12dc5..7c08cfe 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -186,6 +186,10 @@ Transactions
 
    :query page: page number (defaults to 1, meaning the page with the latest 
transactions.)
    :query size: how many transactions per page, defaults to 5.
+   :query from_ms: Optional.  Filters the results to transactions *from* this
+     timestamp in milliseconds
+   :query until_ms: Optional.  Filters the results to transactions *until* this
+     timestamp in milliseconds
 
    **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]