UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

11 lines (9 loc) 212 B
// lib/enums/HttpMethod.ts var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => { HttpMethod2["GET"] = "GET"; HttpMethod2["POST"] = "POST"; return HttpMethod2; })(HttpMethod || {}); export { HttpMethod };