-
public interface IParamsBackendService
-
-
Method Summary
Modifier and Type Method Description abstract ParamsObjectfetchParams(String appId, String subscriptionId)Retrieve the configuration parameters for the appId and optional subscriptionId. -
-
Method Detail
-
fetchParams
abstract ParamsObject fetchParams(String appId, String subscriptionId)
Retrieve the configuration parameters for the appId and optional subscriptionId.
If there is a non-successful response from the backend, a BackendException will be thrown with response data.
- Parameters:
appId- The ID of the application to retrieve the configuration parameters for.subscriptionId- The ID of the subscription to retrieve the configuration parameters for.
-
-
-
-