We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5e99c + e93e77e commit a16d2f3Copy full SHA for a16d2f3
github.js
@@ -54,7 +54,7 @@
54
}
55
56
};
57
- xhr.setRequestHeader('Accept','application/vnd.github.raw+json');
+ xhr.setRequestHeader('Accept','application/vnd.github.v3.raw+json');
58
xhr.setRequestHeader('Content-Type','application/json;charset=UTF-8');
59
if ((options.token) || (options.username && options.password)) {
60
xhr.setRequestHeader('Authorization', options.token
0 commit comments