Sync changes from upstream repository · JavaLeaks/developer.github.com@0d6f4de · GitHub
Skip to content

Commit 0d6f4de

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent b832a38 commit 0d6f4de

4 files changed

Lines changed: 66 additions & 5 deletions

File tree

Lines changed: 46 additions & 0 deletions

content/v3/activity/feeds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lists all the feeds available to the authenticating user:
1717
* **Current user public**: The public timeline for the authenticated user
1818
* **Current user**: The private timeline for the authenticated user
1919
* **Current user actor**: The private timeline for activity created by the authenticated user
20-
* **Current user organization**: The private timeline for the authenticated user for a given organization, using [URI template][]
20+
* **Current user organizations**: The private timeline for the organizations the authenticated user is a member of.
2121

2222
**Note**: Private feeds are only returned when [authenticating via Basic
2323
Auth][authenticating] since current feed URIs use the older, non revokable auth

content/v3/versions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ The recommendations below will help you prepare your application for the next ma
9797
1. User attribute: gravatar_id
9898
: Recommendation: Use **avatar_url** instead.
9999

100+
1. Feed attribute: current_user_organization_url
101+
: Recommendation: Use **current_user_organization_urls** instead.
102+
103+
1. Feed attribute: current_user_organization
104+
: Recommendation: Use **current_user_organizations** instead.
105+
100106
1. Pagination parameters `top` and `sha` for method: /repos/:owner/:repo/commits
101107
: Recommendation: When fetching [the list of commits for a repository](/v3/repos/commits/#list-commits-on-a-repository)
102108
use the [standard `per_page` and `page` parameters](/v3/#pagination) for pagination, instead of `per_page`,

lib/resources.rb

Lines changed: 13 additions & 4 deletions

0 commit comments

Comments
 (0)