Interface IStorePromaApi


  • public interface IStorePromaApi
    API for interacting with stores via PROMA (product manager).
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • isPluginStoreAvailable

        <R> StageChain<Boolean,​R> isPluginStoreAvailable​(IPublicPromaInvocationContext pc)
        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 or false otherwise.