NAME
Sakai::Nakamura::ContentUtil Methods to generate and check HTTP requests required for manipulating content.
ABSTRACT
Utility library returning strings representing Rest queries that perform content related actions in the system.
METHODS
add_file_metadata_setup
Returns a textual representation of the request needed to manipulate content meta data.
add_file_metadata_eval
Verify whether the attempt to manipulate content metadata succeeded.
add_file_perms_setup
Returns a textual representation of the request needed to manipulate content permissions.
add_file_perms_eval
Verify whether the attempt to manipulate content permissions succeeded.
USAGE
use Sakai::Nakamura::ContentUtil;
DESCRIPTION
ContentUtil perl library essentially provides the request strings needed to interact with content functionality exposed over the system rest interfaces.
Each interaction has a setup and eval method. setup provides the request, whilst eval interprets the response to give further information about the result of performing the request.
REQUIRED ARGUMENTS
None required.
OPTIONS
n/a
DIAGNOSTICS
n/a
EXIT STATUS
0 on success.
CONFIGURATION
None required.
DEPENDENCIES
INCOMPATIBILITIES
None known.
BUGS AND LIMITATIONS
None known.
AUTHOR
Daniel David Parry <perl@ddp.me.uk>
LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2012 Daniel David Parry <perl@ddp.me.uk>