Github API - Test Config

GET /feeds
activity

GitHub provides several timeline resources in Atom format. The Feeds API lists all the feeds available to the authenticated user:

  • Timeline: The GitHub global public timeline
  • User: The public timeline for any user, using URI template
  • 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.

Note: Private feeds are only returned when authenticating via Basic Auth since current feed URIs use the older, non revocable auth tokens.
Get feeds

Returns
200 application/json feed

feed [object]

Feed

Attributes
_links 1980

current_user_actor_url string

current_user_organization_url string

current_user_organization_urls string []

current_user_public_url string

current_user_url string

repository_discussions_category_url string

A feed of discussions for a given repository and category.

repository_discussions_url string

A feed of discussions for a given repository.

security_advisories_url string

timeline_url string

user_url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)