NAME
TestCommon::Credentials - loads eBay credentials from a flat file
SYNOPSIS
use TestCommon::Credentials;
unless ( TestCommon::Credentials->load() ) {
# credentials did NOT load
}
If loaded succesfully the available variables are:
$::arg_appid # application id
$::arg_devid # developer id
$::arg_certid # certification id
$::arg_authtoken # eBay auth token
$::arg_api_url # eBay API URL
$::arg_verbose # verbose logging flag
DESCRIPTION
This module reads a flat file and supplies the credentials needed by eBay::API
METHODS
- load
-
This method
AUTHOR
Tim Keefer <tim@timkeefer.com>
COPYRIGHT AND LICENSE
Copyright (C) 2008 eBay
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.6 or, at your option, any later version of Perl 5 you may have available.