module Contributors::Response

Defined in:

contributors/response.cr

Constant Summary

PER_PAGE = 100

Instance Method Summary

Instance Method Detail

def get(path : String) #

[View source]
def get_issue_contributors(repository : String) #

[View source]
def get_repo_contributors(repository : String) #

[View source]
def paginate(resource, page = 1, result = [] of JSON::Any) #

[View source]