From 7fdb6a21a7c05e9b01c462919e25ec91f5651dfa Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 12 Jan 2021 23:25:55 +0100 Subject: nexus tells general facades info --- libeufin/api-nexus.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index e32f3ce8..12164f21 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -677,7 +677,24 @@ Facades .. http:get:: /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 -- cgit v1.2.3