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.
1 parent ff5e99c commit e93e77eCopy full SHA for e93e77e
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