Skip to main content

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.

GET/feeds
Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Responses

application/json Feed object

Response

_links object
required
current_user Link With Type object
optional

Hypermedia Link with Type

href string
required
type string
required
current_user_actor Link With Type object
optional

Hypermedia Link with Type

href string
required
type string
required
current_user_organization Link With Type object
optional

Hypermedia Link with Type

href string
required
type string
required
current_user_organizations array[Link With Type object]
optional
items Link With Type object

Hypermedia Link with Type

href string
required
type string
required
current_user_public Link With Type object
optional

Hypermedia Link with Type

href string
required
type string
required
security_advisories Link With Type object
optional

Hypermedia Link with Type

href string
required
type string
required
timeline Link With Type object
required

Hypermedia Link with Type

href string
required
type string
required
user Link With Type object
required

Hypermedia Link with Type

href string
required
type string
required
current_user_actor_url string
optional

Example: https://github.com/octocat.private.actor?token=abc123

current_user_organization_url string
optional

Example: https://github.com/octocat-org

current_user_organization_urls array[string<uri>]
optional
Example:
[
  "https://github.com/organizations/github/octocat.private.atom?token=abc123"
]
current_user_public_url string
optional

Example: https://github.com/octocat

current_user_url string
optional

Example: https://github.com/octocat.private?token=abc123

timeline_url string
required

Example: https://github.com/timeline

user_url string
required

Example: https://github.com/{user}