
WebService::PutIo::URLs - Analyze URLs

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);
}

Methods to analyze urls for use with put.io

Returns more detailed info about the user.
Returns user's friend list.

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.