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

NAME

WebService::Saasu - an interface to saasu.com's RESTful accounting API using Web::API

VERSION

Version 0.2

SYNOPSIS

Please refer to the API documentation at http://mandrillapp.com/api/docs/index.html

    use WebService::Saasu;

    my $foo = WebService::Saasu->new();
    ...

SUBROUTINES/METHODS

BUILD

basic configuration for the client API happens usually in the BUILD method when using Web::API

AUTHOR

Tobias Kirschstein, <lev at cpan.org>

BUGS

Please report any bugs or feature requests to bug-webservice-saasu at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Saasu. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WebService::Saasu

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Tobias Kirschstein.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.