danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

Is this library unmaintained? #242

Open bsdo64 opened 8 years ago

bsdo64 commented 8 years ago

With using restler, I needed to translate some other language codes by iconv-lite. But, this lib uses iconv-list very old versions so that response characters are broken. So I changed api client superagent...

Is there any update plans?

amitguptagwl commented 6 years ago

You can use https://www.npmjs.com/package/restler-base

velum commented 3 years ago

You can use https://www.npmjs.com/package/restler-base

Is restler-base an inplace replacement for restler? I mean, are all the calls backward compatible? I also see that restler-base has not been updated for 3 years. Is it maintained?