AnyEvent-WebService-Notifo
view release on metacpan or search on metacpan
lib/AnyEvent/WebService/Notifo.pm view on Meta::CPAN
# $res is our response
});
# ... or a condvar
my $cv = AE::cv;
$awn->send_notification(msg => 'my nottification text', cb => $cv);
$res = $cv->recv; # $res is our response
=head1 DESCRIPTION
A client for the L<http://notifo.com/> API using the L<AnyEvent> framework.
=head1 CONSTRUCTORS
=head2 new
Creates a new C<AnyEvent::WebService::Notifo> object. See
L<< Protocol::Notifo->new()|Protocol::Notifo/new >>
for a explanation of the parameters and the configuration file used for
default values.
( run in 1.747 second using v1.01-cache-2.11-cpan-df04353d9ac )