module

GitHub::REST::Commits

This module is specifically for interacting with the Commits endpoints GitHub offers us to use. see GitHub Commits endpoints

Instance methods

create_commit(owner : String, repository : String, payload : CommitPayload) : Commit
Source
get_commit(owner : String, repository : String, commit_sha : String) : Commit

Gets a Git commit object.

Source