[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: nexus tells how many fresh-downloade
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: nexus tells how many fresh-downloaded messages |
Date: |
Tue, 12 Jan 2021 18:51:10 +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 5eec815 nexus tells how many fresh-downloaded messages
5eec815 is described below
commit 5eec815a29c075ceeaf157c8dd8dbec11efa3e95
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 12 18:50:11 2021 +0100
nexus tells how many fresh-downloaded messages
---
libeufin/api-nexus.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 2d26a22..e32f3ce 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -287,6 +287,15 @@ manages payment initiations of the account and tracks the
initiations of payment
bankConnection: string;
}
+ **Response:** Tells how many new messages were downloaded from the bank,
+ in the following format:
+
+ .. code-block:: ts
+
+ interface NewMessages {
+ newMessages: number;
+ }
+
.. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions
Shows which transactions are stored locally at nexus.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: nexus tells how many fresh-downloaded messages,
gnunet <=