@idfy/sdk
Version:
Node.js SDK for Idfy REST API
12 lines • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var HttpRequestMethod;
(function (HttpRequestMethod) {
HttpRequestMethod["GET"] = "GET";
HttpRequestMethod["POST"] = "POST";
HttpRequestMethod["PATCH"] = "PATCH";
HttpRequestMethod["PUT"] = "PUT";
HttpRequestMethod["DELETE"] = "DELETE";
})(HttpRequestMethod || (HttpRequestMethod = {}));
exports.default = HttpRequestMethod;
//# sourceMappingURL=HttpRequestMethod.js.map