commit | 6694a4d83947e6958db35aaf84160c45811aae31 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Oct 25 08:33:10 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Oct 25 08:33:10 2019 +0900 |
tree | 6120cdbc9606ca16ae73a1db832361b9b70a6840 | |
parent | 38f92d7d033922669dee17a3f14940b9bd37587d [diff] | |
parent | 996639a9afb2f6aec7968475414e51ee3b7ee7ad [diff] |
Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Document the getConfig()-method in the plugin's restApi interface Change-Id: Iebe0d99523c95a5b90669fec848162e743001a22
diff --git a/Documentation/pg-plugin-rest-api.txt b/Documentation/pg-plugin-rest-api.txt index 70487ef..0d42bf6 100644 --- a/Documentation/pg-plugin-rest-api.txt +++ b/Documentation/pg-plugin-rest-api.txt
@@ -25,6 +25,17 @@ .Returns - Promise<string> +== getConfig +`repoApi.getConfig()` + +Get server config. + +.Params +- None + +.Returns +- Promise<Object> + == get `repoApi.get(url)`