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 a6ad96f + 6f5df57 commit 4c1b742Copy full SHA for 4c1b742
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