NAME
WWW::Bizowie::API - Perl interface to the Bizowie.com API
SYNOPSIS
my $bz = WWW::Bizowie::API->new( api_key => '02cc7058-cd22-4c8e-ad7c-a8f3f2a64bd0', site => 'mysite.bizowie.com', );
$bz->call( '/tickets/add_comment/0824', { comment => "I added this comment via the API!", }, );
METHODS
new
Returns a new instance of WWW::Bizowie::API
Requires three parameters: api_key (your Bizowie API key), secret_key, and site (the hostname of your Bizowie instance).
call
Makes a Bizowie API call.
Takes two a parameters: a string indicating the path to the API method you wish to call, and a has reference of the parameters to be passed.
DEPENDENCIES
HTTP::Request::Common, LWP::UserAgent, Try::Tiny, JSON, Mo
AUTHORS
OHPA Software <http://ohpasw.com>
COPYRIGHT AND LICENSE
Copyright (C) 2013 OHPA Software.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.