ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Add support for new DM show & list apis #262

Open ameykpatil opened 5 years ago

ameykpatil commented 5 years ago

This PR enables anaconda to support following two new APIs of DM.

This addresses #258 partially.

ameykpatil commented 5 years ago

I couldn't make POST direct_messages/events/new & DELETE direct_messages/events/destroy work without major changes in the core. I will give it an another try later after understanding anaconda in-depth.