Get feeds
GitHub Enterprise Server provides several timeline resources in [Atom](http://en.wikipedia.org/wiki/Atom_(standard)) format. The Feeds API lists all the feeds available to the authenticated user: * **Timeline**: The GitHub Enterprise Server global public timeline * **User**: The public timeline for any user, using [URI template](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#hypermedia) * **Current user public**: The public timeline for the authenticated user * **Current user**: The private timeline for the authenticated user * **Current user actor**: The private timeline for activity created by the authenticated user * **Current user organizations**: The private timeline for the organizations the authenticated user is a member of. * **Security advisories**: A collection of public announcements that provide information about security-related vulnerabilities in software on GitHub Enterprise Server. **Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/[email protected]/rest/overview/other-authentication-methods#basic-authentication) since current feed URIs use the older, non revocable auth tokens.
/feeds- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Responses
Response
_links objectrequired
current_user Link With Type objectoptionalHypermedia Link with Type
Hypermedia Link with Type
current_user_actor Link With Type objectoptionalHypermedia Link with Type
Hypermedia Link with Type
current_user_organization Link With Type objectoptionalHypermedia Link with Type
Hypermedia Link with Type
current_user_organizations array[Link With Type object]optional
items Link With Type objectHypermedia Link with Type
Hypermedia Link with Type
current_user_public Link With Type objectoptionalHypermedia Link with Type
Hypermedia Link with Type
security_advisories Link With Type objectoptionalHypermedia Link with Type
Hypermedia Link with Type
timeline Link With Type objectrequiredHypermedia Link with Type
Hypermedia Link with Type
user Link With Type objectrequiredHypermedia Link with Type
Hypermedia Link with Type
Example: https://github.com/octocat.private.actor?token=abc123
Example: https://github.com/octocat-org
[
"https://github.com/organizations/github/octocat.private.atom?token=abc123"
]Example: https://github.com/octocat
Example: https://github.com/octocat.private?token=abc123
Example: https://github.com/timeline
Example: https://github.com/{user}