Support DELETE method
We only support .get() and .post() now, but there's also DELETE:
- https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/api-reference/delete-message-event.html
- https://developer.twitter.com/en/docs/direct-messages/custom-profiles/api-reference/delete-profile.html
- https://developer.twitter.com/en/docs/direct-messages/welcome-messages/api-reference/delete-welcome-message.html
Well shit, went and built 80% of my API with this library but can't use Delete.
Damn!
This is how open source works. There has been insufficient demand + developer time to implement delete.
You're free to implement it (the source code is well-commented, and you can have a look at the PUT PR), or use another library.
Yeah sorry i wrote that issue in frustration. i just might implement it actually.
I'm going to try and tackle this issue. @dandv If there's anything I should know about DELETE and the Twitter API, please let me know!
I'll try to have a PR out soon.
@dylanirlbeck Any update on this?
It's been some days since this issue, anyone got any updates?