UNPKG
mdl-identifi-js
Version:
latest (1.0.0)
1.0.0
JavaScript client SDK for the headless micro CRM, Minddale.
mdl-identifi-js
/
common.js
7 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
getHeaders
(
apiKey
) {
return
{
headers
:{
'Authorization'
:
`Minddale
${apiKey}
`
,
'Content-Type'
:
'application/json'
}}; }
module
.
exports
= { getHeaders };