Travis CI API Docs

Commit

There is currently no endpoint to request a single commit.

Commit information is obtained by requesting a build, job, or list of requests.

Attributes

Minimal Representation

Included when the resource is returned as part of another resource.

NameTypeDescription
idIntegerValue uniquely identifying the commit.
shaStringChecksum the commit has in git and is identified by.
refStringNamed reference the commit has in git.
messageStringCommit mesage.
compare_urlStringURL to the commit's diff on GitHub.
committed_atStringCommit date from git.

Standard Representation

Included when the resource is the main response of a request, or is eager loaded.

NameTypeDescription
idIntegerValue uniquely identifying the commit.
shaStringChecksum the commit has in git and is identified by.
refStringNamed reference the commit has in git.
messageStringCommit mesage.
compare_urlStringURL to the commit's diff on GitHub.
committed_atStringCommit date from git.
committerObjectCommitter data.
authorObjectCommitter data.