UNPKG

mdl-identifi-js

Version:

JavaScript client SDK for the headless micro CRM, Minddale.

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