gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: nexus /config API


From: gnunet
Subject: [taler-docs] branch master updated: nexus /config API
Date: Thu, 12 Nov 2020 12:26:16 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new bee0914  nexus /config API
bee0914 is described below

commit bee091405ab1cedd34eeee2c090abb2c97f3c356
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 12 12:26:11 2020 +0100

    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 c9fb689..bb5148e 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
 --------------
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]