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.cr

Instance Method Summary

Instance Method Detail

def create_commit(owner : String, repository : String, payload : CommitPayload) : Commit #

[View source]
def get_commit(owner : String, repository : String, commit_sha : String) : Commit #

Gets a Git commit object.


[View source]