NAME
Echo::StreamServer::Client - Base Client Class
SYNOPSIS
use Echo::StreamServer::Account;
use Echo::StreamServer::Client;
my $acct = new Echo::StreamServer::Account($appkey, $secret);
my $client = new Echo::StreamServer::Client($acct);
DESCRIPTION
The Echo::StreamServer::Client is a base class that requires an Echo::StreamServer::Account. All the Echo APIs derive from this class such as the Items API & KVS API.
The Echo::StreamServer::Account parameter is optional. Echo::StreamServer::Settings loads the default account otherwise.
SEE ALSO
Echo::StreamServer::Items Echo::StreamServer::Feeds Echo::StreamServer::Users Echo::StreamServer::KVS
AUTHOR
Andrew Droffner, <adroffne@advance.net>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Andrew Droffner
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.