summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-12 12:26:11 +0100
committerMS <ms@taler.net>2020-11-12 12:26:11 +0100
commitbee091405ab1cedd34eeee2c090abb2c97f3c356 (patch)
tree5a30fbe0fc8049abcf8bbbe10d05d1172f8bc4cf
parent5d2926ef1e7b1055ed67a2b475d3658436f7d195 (diff)
downloaddocs-bee091405ab1cedd34eeee2c090abb2c97f3c356.tar.gz
docs-bee091405ab1cedd34eeee2c090abb2c97f3c356.tar.bz2
docs-bee091405ab1cedd34eeee2c090abb2c97f3c356.zip
nexus /config API
-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 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
--------------