gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: long polling for the bank


From: gnunet
Subject: [taler-docs] branch master updated: long polling for the bank
Date: Thu, 16 Jan 2020 18:25:20 +0100

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 9401b42  long polling for the bank
9401b42 is described below

commit 9401b426c6e67f539f03ec98fe7123ae96a3185f
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 16 18:25:11 2020 +0100

    long polling for the bank
---
 core/api-bank.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/core/api-bank.rst b/core/api-bank.rst
index 5bcd24a..7fc1255 100644
--- a/core/api-bank.rst
+++ b/core/api-bank.rst
@@ -39,6 +39,14 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
 
   Query information about a withdrawal operation, identified by the ``wopid``.
 
+  **Request**
+
+  :query long_poll_ms:
+    *Optional.*  If specified, the bank will wait up to ``long_poll_ms``
+    milliseconds for completion of the transfer before sending the HTTP
+    response.  A client must never rely on this behavior, as the bank may
+    return a response immediately.
+
   **Response**
 
   :status 200 OK:
@@ -86,7 +94,6 @@ for the withdrawal operation (the ``wopid``) to interact with 
the withdrawal ope
   :status 200 OK:
     The bank has accepted the withdrawal operation parameters chosen by the 
wallet.
     The response is a `BankWithdrawalOperationPostResponse`.
-
   :status 404 Not Found:
     The bank does not know about a withdrawal operation with the specified 
``wopid``.
 

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



reply via email to

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