Returns a structured diff between two git refs using a two-dot comparison. See git-diff for details.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
The fully-qualified repository name.
The base git ref (branch, tag, or commit SHA) to diff from.
The head git ref (branch, tag, or commit SHA) to diff to.
Structured diff between the two refs.
The list of changed files.