tanuki v0.1.0 Tanuki.Projects.Commits

Summary

Functions

GET /projects/:id/repository/commits/:sha/comments

GET /projects/:id/repository/commits/:sha/diff

GET /projects/:id/repository/commits/:sha

GET /projects/:id/repository/commits

Functions

comments(id, sha, client)

GET /projects/:id/repository/commits/:sha/comments

Get the diff of a commit in a project.

diff(id, sha, client)

GET /projects/:id/repository/commits/:sha/diff

Get the diff of a commit in a project.

find(id, sha, client)

GET /projects/:id/repository/commits/:sha

Get a specific commit identified by the commit hash or name of a branch or tag.

list(id, client)

GET /projects/:id/repository/commits

Get a list of repository commits in a project.