class GithubCr::Page(T)
- GithubCr::Page(T)
- Reference
- Object
Included Modules
- Iterator(T)
Defined in:
github-cr/paginated_resource.crConstructors
Instance Method Summary
- #json_data : Array(JSON::Any)
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
def self.new(json_string : String, http_client : HTTP::Client, http_headers : HTTP::Headers)
#
Instance Method Detail
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.