This version of GitHub Enterprise was discontinued on 2023-03-15. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.
After a site administrator upgrades your Enterprise Server instance to Enterprise Server 3.9 or later, the REST API will be versioned. To learn how to find your instance's version, see "About versions of GitHub Docs". For more information, see "About API versioning."
Feeds
Use the REST API to interact with GitHub feeds.
About GitHub feeds
The Get feeds endpoint lists all the feeds available to the authenticated user. You can then get a feed by sending a request to one of the feed URLs.
By default, timeline resources are returned in JSON. You can specify the application/atom+xml type in the Accept header to return timeline resources in Atom format.
Example request
To get the feed for GitHub security advisories in Atom format: