class xdk.paginator.Cursor
ResponseType]
Paramètres
__init__
Paramètres
La méthode d’API à appeler pour chaque page (doit prendre en charge la pagination)
items
Paramètres
Nombre maximal d’éléments à renvoyer (None pour ne pas fixer de limite)
Renvoie
IteratorAny
pages
Paramètres
Nombre maximal de pages à retourner (None pour un nombre illimité)
Renvoie
IteratorResponseType
class xdk.paginator.PaginatableMethod
ResponseType]
__init__
xdk.paginator.cursor
Paramètres
La méthode d’API à encapsuler (doit être compatible avec la pagination)