UNPKG

@ima/plugin-rest-client

Version:

Generic REST API client plugin for the IMA application framework.

9 lines 211 B
export default HttpMethod; declare namespace HttpMethod { let GET: string; let POST: string; let PATCH: string; let PUT: string; let DELETE: string; } //# sourceMappingURL=HttpMethod.d.ts.map