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 f841677 commit 6f5df57Copy full SHA for 6f5df57
README.md
@@ -39,7 +39,7 @@ var github = new GitHubApi({
39
pathPrefix: "/api/v3", // for some GHEs
40
timeout: 5000,
41
headers: {
42
- "user-agent": "My-Cool-GitHub-App", // GitHub is happy with a unique user agent
+ "user-agent": "My-Cool-GitHub-App" // GitHub is happy with a unique user agent
43
}
44
});
45
github.user.getFollowingFromUser({
0 commit comments