gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] branch master updated: nexus /service-config API
Date: Fri, 13 Nov 2020 14:32:12 +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 8e28197  nexus /service-config API
8e28197 is described below

commit 8e2819799061f48a5f54ac4a51ea7db62cd10704
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 13 13:41:23 2020 +0100

    nexus /service-config API
---
 libeufin/api-nexus.rst | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index cdaf804..72a4a71 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -9,6 +9,23 @@ HTTP API
 Configuration
 -------------
 
+Returns configuration values currently used by the Nexus process.
+This API is mostly used by testing jobs.
+
+.. http:get:: {nexusBase}/service-config
+
+  **Response:**
+
+  .. ts:def:: ServiceConfigResponse
+
+     interface ConfigResponse {
+
+       // Connection string to the database.
+       dbConn: string;
+     }
+
+
+
 Returns configuration values currently used by Nexus.
 
 .. http:get:: {nexusBase}/config
@@ -23,12 +40,6 @@ Returns configuration values currently used by Nexus.
 
        // nexus version, X.Y.Z format.
        version: string;
-
-       // Database name
-       databaseName: string;
-
-       // Database type: "postgres", "sqlite", ..
-       databaseType: string;
      }
 
 

-- 
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]