UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

13 lines (12 loc) 301 B
// // Model. // export var HttpMethod; (function (HttpMethod) { HttpMethod["HEAD"] = "HEAD"; HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; HttpMethod["PUT"] = "PUT"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod || (HttpMethod = {}));