UNPKG

152 BJavaScriptView Raw
1module.exports = {
2 method: 'get',
3 baseUrl: 'https://api.github.com',
4 headers: {
5 accept: 'application/vnd.github.v3+json'
6 },
7 request: {}
8}