commit | 996639a9afb2f6aec7968475414e51ee3b7ee7ad | [log] [tgz] |
---|---|---|
author | Thomas Draebing <thomas.draebing@sap.com> | Thu Oct 24 17:09:28 2019 +0200 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Oct 25 08:31:53 2019 +0900 |
tree | b3e8a362cc163680e0eee6ecdb295e7b935e53e5 | |
parent | fdb9f8484669e4657320c2a774a6156b6bbb6c0b [diff] |
Document the getConfig()-method in the plugin's restApi interface Change-Id: I337456f3e83862b07469c581575e9912c29054fe
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)`