gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: libeufin docs


From: gnunet
Subject: [taler-docs] branch master updated: libeufin docs
Date: Tue, 19 May 2020 15:13:59 +0200

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 5f69140  libeufin docs
5f69140 is described below

commit 5f6914013ddb7e074d9cbaa170b9e895c43f2081
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 19 18:43:52 2020 +0530

    libeufin docs
---
 libeufin/api-nexus.rst | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index a4cc9ac..88ddde3 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -292,11 +292,34 @@ to the real bank.
     the requesting user.
 
 
-.. http:post:: {nexusBase}/bank-connections
+.. http:get:: {nexusBase}/bank-connections
 
    List available bank connections.
 
 
+.. http:get:: {nexusBase}/bank-connections/{connid}
+
+   Get information about one bank connection.
+
+   .. ts:def:: BankConnectionInfo
+      
+      interface BankConnectionInfo {
+         name: string;
+
+         connectionType: string;
+
+         ready: boolean;
+
+         // Did the user review the bank's keys?
+         bankKeysReviewed: boolean;
+      }
+
+
+.. http:post:: {nexusBase}/bank-connections/{connid}/connect
+
+   Initialize the connection by talking to the bank.
+
+
 EBICS-specific APIs
 -------------------
 

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



reply via email to

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