
Sakai::Nakamura::ContentUtil Methods to generate and check HTTP requests required for manipulating content.

Utility library returning strings representing Rest queries that perform content related actions in the system.

Returns a textual representation of the request needed to manipulate content meta data.
Verify whether the attempt to manipulate content metadata succeeded.
Returns a textual representation of the request needed to manipulate content permissions.
Verify whether the attempt to manipulate content permissions succeeded.

use Sakai::Nakamura::ContentUtil;

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.

None required.

n/a

n/a

0 on success.

None required.


None known.

None known.

Daniel David Parry <perl@ddp.me.uk>

LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2012 Daniel David Parry <perl@ddp.me.uk>