Travis CI API Docs

Eager loading

API V3 uses eager loading via the include param.

For example to eager load commits when fetching builds for a repo one can pass ?include=build.commit in the URL to get the standard representation:

curl -H "Travis-API-Version: 3" https://api.travis-ci.com/repo/1234?include=build.commit