bjjb / ebayr

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

new feature about input array #25

Closed chaz1942 closed 8 years ago

chaz1942 commented 8 years ago

when you input {foo:[1,2,3]},you will get 123,not 123. about eBay API interface many tabs are using same tab names.

e.g.
<PictureDetails>
    <PictureURL>picture url</PictureURL>
    <PictureURL>picture url</PictureURL>
    <PictureURL>picture url</PictureURL>
</PictureDetails>

current version cannnot provide feature like this, its output 123