commit bee091405ab1cedd34eeee2c090abb2c97f3c356 parent 5d2926ef1e7b1055ed67a2b475d3658436f7d195 Author: MS <ms@taler.net> Date: Thu, 12 Nov 2020 12:26:11 +0100 nexus /config API Diffstat:
| M | libeufin/api-nexus.rst | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -6,6 +6,24 @@ Nexus API HTTP API ======== +Configuration +------------- + +Returns configuration values currently used by Nexus. + +.. http:get:: {nexusBase}/config + + **Response:** + + .. ts:def:: ConfigResponse + + interface ConfigResponse { + + // Database connection string. + database: string; + } + + Authentication --------------