Document the getConfig()-method in the plugin's restApi interface
Change-Id: I337456f3e83862b07469c581575e9912c29054fe
This commit is contained in:
parent
fdb9f84846
commit
996639a9af
@ -25,6 +25,17 @@ Get server version.
|
|||||||
.Returns
|
.Returns
|
||||||
- Promise<string>
|
- Promise<string>
|
||||||
|
|
||||||
|
== getConfig
|
||||||
|
`repoApi.getConfig()`
|
||||||
|
|
||||||
|
Get server config.
|
||||||
|
|
||||||
|
.Params
|
||||||
|
- None
|
||||||
|
|
||||||
|
.Returns
|
||||||
|
- Promise<Object>
|
||||||
|
|
||||||
== get
|
== get
|
||||||
`repoApi.get(url)`
|
`repoApi.get(url)`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user