summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/api-nexus.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index b67a8ba2..d88bbc70 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -1044,3 +1044,21 @@ The ``taler-wire-gateway`` facade has the following configuration:
// for incoming transfers.
reserveTransferLevel: "statement" | "report" | "notification";
}
+
+Reaching the facade
+-------------------
+
+Once a facade with name ``fcid`` and type ``ftype`` has been
+created, all its endpoints become offered by the following base
+URL:
+
+.. code-block:: console
+
+ $NEXUS_URL/facades/$fcid/$ftype
+
+For example, a ``taler-wire-gateway`` facade named ``foo`` will
+offer its endpoints under
+
+.. code-block:: console
+
+ https://nexus.example.com/facades/foo/taler-wire-gateway/