You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/guides/discovering-resources-for-a-user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Then, we're ready to fetch the [repositories that our application can access for
60
60
61
61
Applications can perform all sorts of organization-related tasks for a user. To perform these tasks, the app needs an[OAuth authorization][scopes] with sufficient permission. For example, the`read:org` scope allows you to[list teams][list-teams], and the`user` scope lets you[publicize the user’s organization membership][publicize-membership]. Once a user has granted one or more of these scopes to your app, you're ready to fetch the user’s organizations.
62
62
63
-
Just as we did when discovering repositories above, we'll start by requiring[GitHub's Octokit.rb][octokit.rb] Ruby library,configuringOctokit.rb to take care of[pagination][pagination] for us, and use ... <mediatype> ...
63
+
Just as we did when discovering repositories above, we'll start by requiring[GitHub's Octokit.rb][octokit.rb] Ruby library andconfiguringit to take care of[pagination][pagination] for us: