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

NAME

Sakai::Nakamura::GroupUtil Methods to generate and check HTTP requests required for manipulating groups.

ABSTRACT

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

METHODS

role_member_add_setup

Returns a textual representation of the request needed to add a member to a role in a group in the system.

role_member_add_eval

Check result of adding a member to a role in a group in the system.

USAGE

use Sakai::Nakamura::GroupUtil;

DESCRIPTION

GroupUtil perl library essentially provides the request strings needed to interact with group 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>