ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 568 forks source link

Add Support for PUT requests #470

Open iifeoluwa opened 6 years ago

iifeoluwa commented 6 years ago

There are a couple of Twitter endpoints that require sending PUT requests, it would be great if we could add that functionality to this library.

I'm willing to send in a PR for this if it would be considered.

Thanks.

dandv commented 5 years ago

Hi @iifeoluwa, we'd definitely consider PUT requests in twitter-lite, and you may find it quite easy to add that functionality - GET and POST together are under 50 LOC.