The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::PutIo::URLs - Analyze URLs

SYNOPSIS

    use WebService::PutIo::URLs;
        my $urls=WebService::PutIo::URLs->new(api_key=>'..',api_secret=>'..');
        my $res=$urls->analyze;
        foreach my $url (@{$res->urls}) {
           print "Got ". Data::Dumper($url);
        }

DESCRIPTION

Methods to analyze urls for use with put.io

METHODS

info

Returns more detailed info about the user.

friends

Returns user's friend list.

token

Returns user's access token.

COPYRIGHT AND LICENSE

Copyright (C) 2010, Marcus Ramberg.

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.