UNPKG

ghunti-devour-client

Version:

A lightweight, framework agnostic, flexible JSON API client

15 lines (13 loc) 293 B
module.exports = { name: 'GET', req: (payload) => { if (payload.req.method === 'GET') { payload.req.headers = { 'Content-Type': 'application/vnd.api+json', 'Accept': 'application/vnd.api+json' } delete payload.req.data } return payload } }