nodejs-ebay-api
nodejs-ebay-api copied to clipboard
json2xml instead of node-xml?
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. ;)
@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