node-etsy icon indicating copy to clipboard operation
node-etsy copied to clipboard

Asynchronous Etsy API REST client for Node.js

Results 2 node-etsy issues
Sort by recently updated
recently updated
newest added

I am getting error as `does not match the parameter description "image"` can you please help me out I am passing image using fs.readFileSync() please suggest me if I am...

I ran into some trouble using this module since it relies on a deprecated version of the node core http module. Line 377 of etsy.js: ``` request = http.Client.prototype.request.call( this._client,...