The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

WebService::PutIo::Messages - Dashboard Messages for put.io

SYNOPSIS

my $messages=WebService::PutIo::Messages->new(api_key=>'..',api_secret=>'..');
my $res=$messages->list;
foreach my $message (@{$res->results}) {
print "Got ". Data::Dumper($message);
}

DESCRIPTION

Dashboard message related methods for the put.io web service

METHODS

list

Returns a list of messages

delete

Deletes a message

Parameters:

id

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.