twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

Support DELETE method

Open dandv opened this issue 7 years ago • 4 comments

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

dandv avatar Jul 16 '18 01:07 dandv

Well shit, went and built 80% of my API with this library but can't use Delete.

Damn!

CannibalKush avatar Feb 25 '19 10:02 CannibalKush

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.

dandv avatar Feb 25 '19 19:02 dandv

Yeah sorry i wrote that issue in frustration. i just might implement it actually.

CannibalKush avatar Feb 26 '19 14:02 CannibalKush

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 avatar Jan 09 '20 00:01 dylanirlbeck

@dylanirlbeck Any update on this?

camergardi avatar Jun 21 '20 01:06 camergardi

It's been some days since this issue, anyone got any updates?

LoSunny avatar Feb 18 '21 13:02 LoSunny