NAME

Tropo::RestAPI::Session - Tropo session handling

VERSION

version 0.16

SYNOPSIS

use Tropo::RestAPI::Session;

my $session_object = Tropo::RestAPI::Session->new;
my $tropo_session  = $session_object->create(
    token => $token,
    # more optional params
) or die $session_object->err;

AUTHOR

Renee Baecker <module@renee-baecker.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)