The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Cmis::Agent - base class for all user agents

DESCRIPTION

This is the base class for all WebService::Cmis::Agents.

Parent class: LWP::UserAgent

METHODS

login(%params)

to be implemented by a sub class as required.

logout()

to be implemented by a sub class as required.

COPYRIGHT AND LICENSE

Copyright 2012-2013 Michael Daum

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/artistic.html.