NAME
CanvasCloud::API::Account::Report - extends CanvasCloud::API::Account
VERSION
version 0.002
ATTRIBUTES
uri
augments base uri to append '/reports'
METHODS
list
return data object response from GET ->uri
check( $report, $report_id )
return data object response from GET ->uri / $report / $report_id
run( $report, { term_id => 1 } )
return data object response from POST ->uri / $report
arguments are POST'ed
AUTHOR
Ted Katseres
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ted Katseres.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.