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