UNPKG

fcx-minddale-js

Version:

JavaScript client SDK for the headless micro CRM, Minddale.

8 lines (6 loc) 167 B
function getHeaders(apiKey) { return {headers:{'Authorization': `Minddale ${apiKey}`, 'Content-Type':'application/json'}}; } module.exports = { getHeaders };