Builds Atom Feed Now Available

Hiro Asari,

There are many ways to stay up-to-date with your projects’ build results; you can visit the web site, or write your own client by using our API. We have recently added another. You can now subscribe to the Atom feed with your favorite news reader!

How to subscribe

To subscribe to the feed, point your favorite Atom Reader to the Atom feed URL:

https://api.travis-ci.org/repos/travis-ci/travis-core/builds.atom

You can substitute travis-ci and travis-core to the repository owner and name of the repository you would like to subscribe to.

Alternatively, you can also send the HTTP Accept: application/atom+xml header to the above URL with or without the .atom extension. (If you do not pass this header, you will get the JSON-formatted data without the extension.)

With cURL, you can run:

curl -H "Accept: application/atom+xml" \
https://api.travis-ci.org/repos/travis-ci/travis-core/builds

Availability

The Atom feed is available now on both Travis CI and Travis Pro.

Enjoy!

Sign up for our newsletter

blog comments powered by Disqus