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

eBay::API::XML::BaseXml

Configuration methods for XML-specific aspects of eBay::API.

DESCRIPTION

This top-level Perl module encapsulates all the functionality for the eBay XML-specific aspects of the eBay API. This library is really a parent class wrapper to the classes eBay::API::XML::Session, and the various call classes.

Subroutines

setApiUrl()

Setter method to define the URL all eBay XML API requests are sent to. This instance variable is normally set via the $ENV{EBAY_API_XML_TRANSPORT} but this method can override it.

Arguments:

  • Reference to object of type eBay::API::XML.

  • Scalar representing the fully qualified URL of the eBay XML API proxy.

Returns:

  • success The value of eBay API URL (should be the same value that was provided by the user)

  • error undefined

getApiUrl()

Local getter method for getting the current value of eBay API URL.

Arguments:

  • Reference to object of type eBay::API::XML.

Returns:

  • success The value of eBay API URL.

  • error undefined