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.