gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus protocol query


From: gnunet
Subject: [taler-docs] branch master updated: nexus protocol query
Date: Wed, 20 May 2020 11:31:56 +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 9339cea  nexus protocol query
9339cea is described below

commit 9339ceac3a570f958593ba25ded5f352887a0450
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 20 15:01:32 2020 +0530

    nexus protocol query
---
 libeufin/api-nexus.rst | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 16f5997..7624e9a 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -340,7 +340,7 @@ Facades
 
   List available facades.  
 
-.. http:get:: <nexus>/facade/${fcid}
+.. http:get:: {nexus}/facade/${fcid}
 
   Get details about a facade.
 
@@ -374,6 +374,28 @@ Facades
      }
 
 
+Bank Connection Protocols
+-------------------------
+
+.. http:get:: {nexus}/bank-connection-protocols
+
+   List supported bank connection protocols.
+
+.. http:post:: {nexus}/bank-connection-protocols/ebics/test-host
+
+   Check if the nexus can talk to an EBICS host.
+   This doesn't create a new connection in the database,
+   and is useful during setup when the user hasn't entered
+   the full details for the connection yet.
+
+   .. ts:def:: EbicsHostTestRequest
+      
+      interface EbicsHostTestRequest {
+        ebicsBaseUrl: string;
+        ebicsHostId: string;
+      }
+
+
 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]