-
-
@davidbisset-phpc-social If you set the HTTP header to
Accept: application/atom+xmlin your request, you get an ATOM feed. So like this:curl -H 'Accept: application/atom+xml' https://github.com/dimensionmedia?tab=stars. This works with many URLs on Github.
