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
@@ -7,7 +7,7 @@ title: Discovering resources for a user | GitHub API
7
7
* TOC
8
8
{:toc}
9
9
10
-
When making authenticated requests to the GitHub API, applications often need to fetch the current user's repositories and organizations. In this guide,will explain how to reliably discover those resources.
10
+
When making authenticated requests to the GitHub API, applications often need to fetch the current user's repositories and organizations. In this guide,we'll explain how to reliably discover those resources.
11
11
12
12
To interact with the GitHub API, we'll be using[Octokit.rb][octokit.rb]. You can find the complete source code for this project in the[platform-samples][platform samples] repository.