Module: Ebay::Finding::Api

Defined in:
lib/ebay/finding/api.rb,
lib/ebay/finding/api/error.rb,
lib/ebay/finding/api/client.rb,
lib/ebay/finding/api/version.rb,
lib/ebay/finding/api/response.rb

Defined Under Namespace

Classes: ArgumentError, Client, Error, Response

Constant Summary collapse

PRODUCTION_ENDPOINT =
"https://svcs.ebay.com"
SANDBOX_ENDPOINT =
"https://svcs.sandbox.ebay.com"
SERVICE_VERSION =
"1.13.0"
PRODUCT_TYPES =
%w(ISBN UPC EAN ReferenceID)
VERSION =
"0.1.1"