dmcquay / node-apac

node-apac - Node.js client for the Amazon Product Advertising API, including support of Request Signatures
MIT License
499 stars 111 forks source link

minor changes to avoid deprecated http package usage #19

Closed xoba closed 12 years ago

xoba commented 12 years ago

basically just swapped out http.createClient for http.request method, everything else as-is

dmcquay commented 12 years ago

Thanks for this fix.