anaconda
anaconda copied to clipboard
Add support for new DM show & list apis
This PR enables anaconda to support following two new APIs of DM.
- GET direct_messages/events/list - which returns list of Direct Message events (both sent and received).
- GET direct_messages/events/show - which returns a single Direct Message event by the given id.
This addresses #258 partially.
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.