gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus tells general facades info


From: gnunet
Subject: [taler-docs] branch master updated: nexus tells general facades info
Date: Tue, 12 Jan 2021 23:26:03 +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 7fdb6a2  nexus tells general facades info
7fdb6a2 is described below

commit 7fdb6a21a7c05e9b01c462919e25ec91f5651dfa
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 12 23:25:55 2021 +0100

    nexus tells general facades info
---
 libeufin/api-nexus.rst | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index e32f3ce..12164f2 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -677,7 +677,24 @@ Facades
 
 .. http:get:: <nexus>/facades
 
-  List available facades.
+  List available facades that belong to the requesting user.
+
+  **Response:**
+
+  .. code-block:: ts
+
+    interface FacadeShowInfo {
+
+      // Name of the facade, same as the "fcid" parameter.
+      name: string;
+
+      // Type of the facade.
+      // For example, "taler-wire-gateway".
+      type: string;
+
+      // Bas URL of the facade.
+      baseUrl: string;
+    }
 
 .. http:post:: {nexus}/facades
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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