From 996639a9afb2f6aec7968475414e51ee3b7ee7ad Mon Sep 17 00:00:00 2001 From: Thomas Draebing Date: Thu, 24 Oct 2019 17:09:28 +0200 Subject: [PATCH] Document the getConfig()-method in the plugin's restApi interface Change-Id: I337456f3e83862b07469c581575e9912c29054fe --- Documentation/pg-plugin-rest-api.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/pg-plugin-rest-api.txt b/Documentation/pg-plugin-rest-api.txt index 70487ef584..0d42bf60ee 100644 --- a/Documentation/pg-plugin-rest-api.txt +++ b/Documentation/pg-plugin-rest-api.txt @@ -25,6 +25,17 @@ Get server version. .Returns - Promise +== getConfig +`repoApi.getConfig()` + +Get server config. + +.Params +- None + +.Returns +- Promise + == get `repoApi.get(url)`