twitter-api-client icon indicating copy to clipboard operation
twitter-api-client copied to clipboard

Add v2 endpoints

Open SimonHoiberg opened this issue 3 years ago • 6 comments

The first set of v2 endpoints has been published for early access. Add them to the twitter-api-spec and generate the clients.

SimonHoiberg avatar Sep 28 '20 04:09 SimonHoiberg

I had started work on making a Version2 + version1 mashup of the Twitter API. I'd be happy to share code (I hit a wall with oAuth and ended up using your library).

paceaux avatar Mar 18 '21 02:03 paceaux

We have started taking the first step in adding support for V2 endpoint. You can now use the metrics endpoint from V2.

See more here: https://github.com/FeedHive/twitter-api-client/pull/67

SimonHoiberg avatar Mar 26 '21 10:03 SimonHoiberg

Happy to see this is on your radar. We'd love to be able use the v2/search API as I've found it has better results than the v1.1 endpoint.

goleary avatar Mar 31 '21 23:03 goleary

If anyone else wants to use the v2 search endpoint alongside this client feel free to use this one I put together.

goleary avatar Apr 01 '21 01:04 goleary

You're doing awesome work @SimonHoiberg . You have a patreon or something for this project we could help out with?

robert-moore avatar May 01 '21 14:05 robert-moore

Hi! Have you developed the hide replies endpoint from V2? Awesome lib!!! I love it

TotomiEcio avatar Jul 19 '21 15:07 TotomiEcio