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

NAME

Echo::StreamServer::Account - Client Account

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::Account contains hidden API Key and hidden Secret. Every Echo client API requires an account to access StreamServer.

The ($appkey, $secret) parameters are 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.