cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Replace rest lib with request and enable gzip #45

Closed stephenbinns closed 6 years ago

stephenbinns commented 6 years ago

rest hasn't been updated for 2 years and lacks support for gzip and deflate. requests seems to be the accepted standard http library for node.

stephenbinns commented 6 years ago

Need to look into error handling from #44 also

AdriVanHoudt commented 6 years ago

🎉 nice