XIVAPI::Dataclasses::Page(T)
Inherits JSON::Serializable < Reference < Object
A class that represents a page of results from paginated endpoints. The Page class is a generic, so that we can use it for all kinds of endpoints.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
results
An Array of classs for the results from the API. The Array will be of the classs of the generic type.