class MCProtocol::PaginatedRequestParams

Included Modules

Defined in:

mcprotocol/paginated_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cursor : String | Nil = Nil) #

[View source]

Instance Method Detail

def cursor : String | Nil #

An opaque token representing the current pagination position. If provided, the server should return results starting after this cursor.


[View source]