UNPKG

wcm-rest-api

Version:

A Javascript library to work with WCM REST API operations

10 lines (8 loc) 165 B
const getDefaultHttpOptions = () => ({ method: "GET", headers: { "Content-Type": "application/json" }, body: null }); export { getDefaultHttpOptions };