node-recurly
node-recurly copied to clipboard
A node.js library for the Recurly.com api
Hi I get this error on require ('node-recurly') with node v0.10.24. Error: Cannot find module 'xml2js/lib' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at ...../node_modules/node-recurly/lib/recurly.js:3:16...
It's a node-ism that the first parameter in a callback is an error, but it's also a nodeism that the first parameter is an instanceof Error. This allows user callback...
I ran into a case where I created an Account on Recurly side, and when I get its details, I have the following as response (XML format): ``` xml ......