File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,16 @@ reading and writing private information via the API.
9191
9292### Get your own user profile
9393
94- When properly authenticated, you can grab your own user profile:
94+ When properly authenticated, you can take advantage of the permissions
95+ associated with your GitHub account. For example, try getting your own
96+ user profile.
9597
9698 curl -i -u <your_username> https://api.github.com/user
9799
98- This time, in addition to the same set of information we retrieved for defunkt
99- earlier, you should see a ` plan ` object on the response:
100+ This time, in addition to the same set of public information we
101+ retrieved for defunkt earlier, you should also see the non-public
102+ information for your user profile. For example, you see a ` plan ` object
103+ on the response:
100104
101105 ...
102106 "plan": {
You can’t perform that action at this time.
0 commit comments