Document the getConfig()-method in the plugin's restApi interface

Change-Id: I337456f3e83862b07469c581575e9912c29054fe
This commit is contained in:
Thomas Draebing 2019-10-24 17:09:28 +02:00 committed by David Pursehouse
parent fdb9f84846
commit 996639a9af

View File

@ -25,6 +25,17 @@ Get server version.
.Returns
- Promise<string>
== getConfig
`repoApi.getConfig()`
Get server config.
.Params
- None
.Returns
- Promise<Object>
== get
`repoApi.get(url)`