module GitHub::REST::Commits
Overview
This module is specifically for interacting with the Commits endpoints GitHub offers us to use. see GitHub Commits endpoints
Direct including types
Defined in:
githubcr/rest.crInstance Method Summary
- #create_commit(owner : String, repository : String, payload : CommitPayload) : Commit
-
#get_commit(owner : String, repository : String, commit_sha : String) : Commit
Gets a Git commit object.
Instance Method Detail
Gets a Git commit object.