eBay::API::Simple - Flexible SDK supporting all eBay web services


eBay-API-Simple documentation Contained in the eBay-API-Simple distribution.

Index


Code Index:

NAME

Top

eBay::API::Simple - Flexible SDK supporting all eBay web services

DESCRIPTION

Top

This is the base class for the eBay::API::Simple::* libraries that provide support for all of eBay's web services. This base class does nothing by itself and must be subclassed to provide the complete web service support.

See base class for complete docs, eBay::API::SimpleBase

GET THE SOURCE

Top

http://code.google.com/p/ebay-api-simple

PUBLIC METHODS

Top

eBay::API::Simple::{subclass}->new()

see subclass for more docs.

AUTHOR

Top

Tim Keefer <tim@timkeefer.com>


eBay-API-Simple documentation Contained in the eBay-API-Simple distribution.

package eBay::API::Simple;

our $VERSION = '0.22';

1;