taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 143ad127ffe523dbfd9c0611b6eb7d0c1b02ef3c
parent 53c4a164a4d13b4efddb70d3d05a45fda157ee15
Author: MS <ms@taler.net>
Date:   Wed, 12 Apr 2023 11:37:01 +0200

Access API.

Providing long polling parameter to GET /transactions.

Diffstat:
Mcore/api-bank-access.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -184,6 +184,9 @@ Transactions **Request** + :query long_poll_ms: Optional number to express how many milliseconds the server + should wait for at least one result to be shown. If not given, the server + responds immediately, regardless of the result. :query page: page number starting from 1. Page 1 has the latest transactions and 1 is the default value. :query size: how many transactions per page. It must be at least 1 and defaults to 5.