Path: / {BASE} / modules / buildinfo

Return the configuration of the module identified by the name passed as query argument. The module will be a map containing the values specified in the kiwi-module.properties file of the module.


Method Summary
ResourceDescription
GET /{BASE}/modules/buildinfoReturn the configuration of the module identified by the name passed as query argument.

Method Detail
HTTP Example:
GET /{BASE}/modules/buildinfo

API Example:

ModuleWebService.getBuildInfo({});

Return the configuration of the module identified by the name passed as query argument. The module will be a map containing the values specified in the kiwi-module.properties file of the module.

Output:
Map<String,Map<String,String>> - a map with key/value pairs representing the module configuration as contained in kiwi-module.properties
Produces:
application/json