From bee091405ab1cedd34eeee2c090abb2c97f3c356 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 12 Nov 2020 12:26:11 +0100 Subject: nexus /config API --- libeufin/api-nexus.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index c9fb6890..bb5148ed 100644 --- 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 -------------- -- cgit v1.2.3