bjjb / ebayr

A small library to help using the eBay Trading API with Ruby
MIT License
60 stars 49 forks source link

How do Ebayr.call and Ebayr::Request.new collaborate? #14

Closed jogaco closed 9 years ago

jogaco commented 9 years ago

If I want to call the GetItem API function, how do I pass the ItemID param with Ebayr::Request? I do not understand how they are supposed to collaborate

jogaco commented 9 years ago

Got it: Ebayr::Request.new().send

bjjb commented 9 years ago

:ok_hand: