octokat.js icon indicating copy to clipboard operation
octokat.js copied to clipboard

Possible to pass custom headers

Open mrchief opened this issue 8 years ago • 0 comments

From nodejs land, is it possible to pass custom headers to github api? I need to pass ca: 'github custom ca chain' since I'm trying to use GitHub Enterprise and we have a self signed certificate.

I'm currently using request to make those API calls directly passing the ca chain as a header.

mrchief avatar May 09 '16 22:05 mrchief