NAME

WWW::Wookie::Connector::Service - Wookie connector service, handles all the data requests and responses.

VERSION

This document describes WWW::Wookie::Connector::Service version 0.0.1

SYNOPSIS

use WWW::Wookie::Connector::Service;

DESCRIPTION

SUBROUTINES/METHODS

new

Create a new connector

URL to Wookie host as string
Wookie API key as string
Shared data key to use as string
User login name
User display name

addParticipant

Implementation of the WWW::Wookie::Connector::Service::Interface .

deleteParticipant

Implementation of the WWW::Wookie::Connector::Service::Interface .

getAvailableWidgets

Implementation of the WWW::Wookie::Connector::Service::Interface .

getOrCreateInstance

Implementation of the WWW::Wookie::Connector::Service::Interface .

getProperty

Implementation of the WWW::Wookie::Connector::Service::Interface .

getUser

Implementation of the WWW::Wookie::Connector::Service::Interface .

setUser

Implementation of the WWW::Wookie::Connector::Service::Interface .

getUsers

Implementation of the WWW::Wookie::Connector::Service::Interface .

setProperty

Implementation of the WWW::Wookie::Connector::Service::Interface .

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

HTTP::Headers HTTP::Request HTTP::Request::Common HTTP::Status LWP::UserAgent Log::Log4perl MooseX::AttributeHelpers Moose Moose Readonly Regexp::Common WWW::Wookie::Connector::Exceptions WWW::Wookie::Server::Connection WWW::Wookie::User WWW::Wookie::Widget::Instance WWW::Wookie::Widget::Instances WWW::Wookie::Widget::Property WWW::Wookie::Widget XML::Simple namespace::autoclean

INCOMPATIBILITIES

DIAGNOSTICS

BUGS AND LIMITATIONS

AUTHOR

Roland van Ipenburg <ipenburg@xs4all.nl>

LICENSE AND COPYRIGHT

Copyright 2010 Roland van Ipenburg

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

DISCLAIMER OF WARRANTY

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.