Package com.alfresco.content.apis
Interface AppConfigApi
-
- All Implemented Interfaces:
@JvmSuppressWildcards() public interface AppConfigApi
AppConfigApi contains method to fetch config json
-
-
Method Summary
Modifier and Type Method Description abstract AppConfigModelgetAppConfig()get App config api to fetch the config json for advance search -
-
Method Detail
-
getAppConfig
@Headers(value = {"Content-Type: application/json"})@GET(value = "app.config.json") abstract AppConfigModel getAppConfig()get App config api to fetch the config json for advance search
-
-
-
-