FeedHive/twitter-api-client

Support DELETE verb

SimonHoiberg opened this issue · 5 comments

Currently, only GET and POST are supported.
There is one endpoint using the DELETE verb.
See here

The endpoint gets bypassed and the client is not created.
See here

AC

  • Support calling the Twitter API with the DELETE verb.
  • Create a corresponding client from the spec file.

Hi @silind
Did you mean to point here as the only DELETE endpoint?

Your first link points to Search Tweets ... Is it just a mistake or am I missing something?

Yes, good point @iliran11.
The spec file has been updated since this issue was created, so it's pointing to the wrong line now.
I'll fix it right away 😄

So I'll take this task if that's OK with you :)

Sounds great 🙌

Included in v. 1.1.0