Net-Todoist
view release on metacpan or search on metacpan
full_name => 'Fayland Lam',
password => 'guessitplz',
timezone => "GMT +8:00"
) or die "Can't register: " . $nt->errstr;
## updateUser
DESCRIPTION
This module provide an interface to the API for the Todoist
<http://todoist.com/>. Todoist is a to-do list service that can be
accessed from a web interface or dedicated desktop or mobile clients.
The basic service is free, but you can pay to get additional features.
Read <http://todoist.com/API/help> for more details.
METHODS
CONSTRUCTION
my $nt = Net::Todoist->new( token => $token );
* token (optional)
lib/Net/Todoist.pm view on Meta::CPAN
timezone => "GMT +8:00"
) or die "Can't register: " . $nt->errstr;
## updateUser
=head1 DESCRIPTION
This module provide an interface to the API for the
L<Todoist|http://todoist.com/>.
Todoist is a to-do list service that can be accessed from
a web interface or dedicated desktop or mobile clients.
The basic service is free, but you can pay to get additional features.
Read L<http://todoist.com/API/help> for more details.
=head2 METHODS
=head3 CONSTRUCTION
my $nt = Net::Todoist->new( token => $token );
( run in 0.499 second using v1.01-cache-2.11-cpan-299005ec8e3 )