-
-
02 Aug 2012 04:21:32 UTC
- Distribution: eBay-API-Simple
- Module version: 0.29
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (477 / 0 / 0)
- Kwalitee
Bus factor: 0- 97.62% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (17.82KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Tim Keefer
- Dependencies
- HTTP::Headers
- HTTP::Request
- JSON
- LWP::UserAgent
- URI
- URI::Escape
- XML::LibXML
- XML::Parser
- XML::Simple
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
eBay::API::Simple - Flexible SDK supporting all eBay web services
DESCRIPTION
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
- eBay::API::SimpleBase
- eBay::API::Simple::Parallel
- eBay::API::Simple::Merchandising
- eBay::API::Simple::Finding
- eBay::API::Simple::Shopping
- eBay::API::Simple::Trading
- eBay::API::Simple::HTML
- eBay::API::Simple::JSON
- eBay::API::Simple::RSS
GET THE SOURCE
http://code.google.com/p/ebay-api-simple
PUBLIC METHODS
eBay::API::Simple::{subclass}->new()
see subclass for more docs.
- eBay::API::SimpleBase
- eBay::API::Simple::Parallel
- eBay::API::Simple::Merchandising
- eBay::API::Simple::Finding
- eBay::API::Simple::Shopping
- eBay::API::Simple::Trading
- eBay::API::Simple::HTML
- eBay::API::Simple::JSON
- eBay::API::Simple::RSS
AUTHOR
Tim Keefer <tim@timkeefer.com>
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 17:
'=item' outside of any '=over'
- Around line 35:
You forgot a '=back' before '=head1'
- Around line 45:
'=item' outside of any '=over'
- Around line 63:
You forgot a '=back' before '=head1'
Module Install Instructions
To install eBay::API::Simple, copy and paste the appropriate command in to your terminal.
cpanm eBay::API::Simple
perl -MCPAN -e shell install eBay::API::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.