Net::Twitter::Role::SimulateCursors - Make paging work like cursoring
Contents
Description
This role simulates the cursoring method used by some Twitter API methods. It's useful for providing
compatibility with Identi.ca, for instance, that does not support cursoring and requires paging, instead.
License
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
Methods
Name
Net::Twitter::Role::SimulateCursors - Make paging work like cursoring
See Also
Net::Twitter
perl v5.40.1 2025-02-18 Net::Twitter::...SimulateCursors(3pm)
Synopsis
use Net::Twitter;
my $nt = Net::Twitter->new(
traits => ['API::RESTv1_1', 'SimulateCursors'],
);
Version
version 4.01043
