45302ec0f9
Object::eBay provides an object-oriented interface to the eBay API. Objects are created to represent entities dealing with eBay such as items, users, etc. You won't want to create objects of the class Object::eBay but rather of its subclasses such as: Object::eBay::Item or Object::eBay::User. ok simon@
6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
Object::eBay provides an object-oriented interface to the eBay API.
|
|
Objects are created to represent entities dealing with eBay such as
|
|
items, users, etc. You won't want to create objects of the class
|
|
Object::eBay but rather of its subclasses such as: Object::eBay::Item or
|
|
Object::eBay::User.
|