Source: widget/help/catalogues/API.js

(function() {
    /**
     * this backend connector is able to handle dynamic API content
     * @augments Help4.widget.help.catalogues._Special
     */
    Help4.widget.help.catalogues.API = class extends Help4.widget.help.catalogues._Special {
        static ID = 'CMP_API';
        static CATALOGUE_TYPE = 'API';
    }
})();