Travis CI API Docs

Installation

A GitHub App installation.

Attributes

Minimal Representation

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

NameTypeDescription
idIntegerThe installation id.
github_idIntegerThe installation's id on GitHub.

Standard Representation

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

NameTypeDescription
idIntegerThe installation id.
github_idIntegerThe installation's id on GitHub.
ownerOwnerGitHub user or organization the installation belongs to.

Actions

Find

This returns a single installation.

GET
/installation/{installation.github_id}
Template VariableTypeDescription
installation.github_idIntegerThe installation's id on GitHub.
Query ParameterTypeDescription
include[String]List of attributes to eager load.