rss-generator-api
Version:
RSS.app API - Generate RSS feeds from almot any website without coding
11 lines (10 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERssAppRequestMethod = void 0;
var ERssAppRequestMethod;
(function (ERssAppRequestMethod) {
ERssAppRequestMethod["POST"] = "POST";
ERssAppRequestMethod["GET"] = "GET";
ERssAppRequestMethod["PUT"] = "PUT";
ERssAppRequestMethod["DELETE"] = "DELETE";
})(ERssAppRequestMethod = exports.ERssAppRequestMethod || (exports.ERssAppRequestMethod = {}));