Interface IStorePromaApi
public interface IStorePromaApi
API for interacting with stores via PROMA (product manager).
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription<R> StageChain<Boolean,
R> This method checks if the plugin store from PROMA is available.
-
Method Details
-
isPluginStoreAvailable
This method checks if the plugin store from PROMA is available.- Parameters:
pc
- Context for accessing the PROMA APIs.- Returns:
true
if the status code of the request is < 400 orfalse
otherwise.
-