NAME
WebService::Notifo - client for the notifo.com API
VERSION
version 0.001
SYNOPSIS
# Uses the default values obtained from configuration file
my $wn = WebService::Notifo->new;
# ... or just pass them in
my $wn = WebService::Notifo->new(
api_key => 'api_key_value',
user => 'api_user',
);
my $res = $wn->send_notification(msg => 'my nottification text');
DESCRIPTION
A client for the http://notifo.com/ API.
CONSTRUCTORS
new
Creates a new WebService::Notifo
object. See Protocol::Notifo->new() for a explanation of the parameters and the configuration file used for default values.
METHODS
send_notification
Sends a notification. See Protocol::Notifo->send_notification() for list of parameters and a explanation of the response.
SEE ALSO
AUTHOR
Pedro Melo <melo@simplicidade.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Pedro Melo.
This is free software, licensed under:
The Artistic License 2.0