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

NAME

Echo::StreamServer::EQLShell - Echo Query Language Shell

SYNOPSIS

  use Echo::StreamServer::Account;
  use Echo::StreamServer::EQLShell;

  my $acct = new Echo::StreamServer::Account($appkey, $secret);
  my $shell = new Echo::StreamServer::EQLShell($acct);

  # Start EQLShell prompt.
  $shell->start;

DESCRIPTION

The Echo::StreamServer::EQLShell is the Echo Query Language Shell. It requires an Echo::StreamServer::Account. The EQL Shell supports queries on the Items API and the Users API.

The Echo::StreamServer::Account parameter is optional. Echo::StreamServer::Settings loads the default account otherwise.

SEE ALSO

Echo::StreamServer::Items Echo::StreamServer::Users

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.