DESCR 294 B

123456
  1. Object::eBay provides an object-oriented interface to the eBay API.
  2. Objects are created to represent entities dealing with eBay such as
  3. items, users, etc. You won't want to create objects of the class
  4. Object::eBay but rather of its subclasses such as: Object::eBay::Item or
  5. Object::eBay::User.