UNPKG
ld-scheduler
Version:
latest (1.5.0)
1.5.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Schedule launch darkly flags on or off
github.com/yusinto/ld-scheduler
yusinto/ld-scheduler
ld-scheduler
/
lib
/
getRequestHeaders.js
14 lines
(12 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
apiKey
) {
return
{
Accept
:
'*/*'
,
'Content-Type'
:
'application/json'
,
Authorization
: apiKey,
'accept-encoding'
:
'gzip, deflate'
}; };