-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support DELETE method #31
Comments
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? |
We only support
.get()
and.post()
now, but there's also DELETE:The text was updated successfully, but these errors were encountered: