class GithubCr::PaginatedResource(T)

Included Modules

Defined in:

github-cr/paginated_resource.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(initial_response : HTTP::Client::Response, http_client : HTTP::Client, http_headers : HTTP::Headers) #

[View source]

Class Method Detail

def self.parse_link_headers(link_headers : String) #

[View source]

Instance Method Detail

def current_response #

[View source]
def next #
Description copied from module Iterator(GithubCr::Page(T))

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]