benbuckman / nodejs-ebay-api

[No longer maintained] eBay API Client for Node.js
MIT License
155 stars 104 forks source link

json2xml instead of node-xml? #2

Open vicary opened 11 years ago

vicary commented 11 years ago

Thanks for the great job on eBay API.

AFAIK you are converting JSON objects into node-xml formats, while the json2xml object format is more friendly to pure JavaScript coders.

Could even skip the _(params).each loop to convert things. ;)

benbuckman commented 7 years ago

@vicary Yeah, that would be nice. Unfortunately I don't have time to refactor this module again now. (It's working well enough as-is and this change wouldn't solve any immediate problem.) Do you have a fork with this refactor working? Thanks