summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-03-04 19:07:39 +0100
committerMS <ms@taler.net>2023-03-04 19:07:39 +0100
commit847d2758a121c1646f0cfbf934d4720b4b10aead (patch)
tree6a8b8e381e8d8174798c06afd275a4cd23e7cc6a /libeufin
parentb6f6554df1c4f50702fc5af43627aede9ea81bc0 (diff)
downloaddocs-847d2758a121c1646f0cfbf934d4720b4b10aead.tar.gz
docs-847d2758a121c1646f0cfbf934d4720b4b10aead.tar.bz2
docs-847d2758a121c1646f0cfbf934d4720b4b10aead.zip
Instructions to reach facades.
Diffstat (limited to 'libeufin')
-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/