The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Tumblr::User

SYNOPSIS

my $user = $tumblr->user;

# as per http://www.tumblr.com/docs/en/api/v2#user-methods
my $dashboard = $user->dashboard;
my $likes = $user->likes(
    limit => 1,
);

die "booyah!" unless $dashboard or $likes;

BUGS

Please refer to WWW::Tumblr.

AUTHOR(S)

The same folks as WWW::Tumblr.

SEE ALSO

WWW::Tumblr, WWW::Tumblr::ResponseError.

COPYRIGHT and LICENSE

Same as WWW::Tumblr.