taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 847d2758a121c1646f0cfbf934d4720b4b10aead
parent b6f6554df1c4f50702fc5af43627aede9ea81bc0
Author: MS <ms@taler.net>
Date:   Sat,  4 Mar 2023 19:07:39 +0100

Instructions to reach facades.

Diffstat:
Mlibeufin/api-nexus.rst | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git 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/