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

Echo StreamServer API Settings

Echo::StreamServer::Settings - Echo StreamServer API Constants

SYNOPSIS

  use Echo::StreamServer::Settings;
  print "REST API Hostname: $ECHO_HOST\n";
  print "REST API Version: $ECHO_VERSION\n";

DESCRIPTION

Echo StreamServer API Settings

The Echo StreamServer has a REST API hostname and version configured here. They form the base REST URL for the service.

The Echo StreamServer Account requires an API key and Secret code. They must be set to your default account information here.

EXPORT

$ECHO_HOST $ECHO_VERSION $ECHO_TIMEOUT $ECHO_API_KEY

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.