class GithubCr::Page(T)

Included Modules

Defined in:

github-cr/paginated_resource.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json_string : String, http_client : HTTP::Client, http_headers : HTTP::Headers) #

[View source]

Instance Method Detail

def json_data : Array(JSON::Any) #

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

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


[View source]