redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
237 stars 65 forks source link

V2 status support summary table #284

Open paulvi opened 3 years ago

paulvi commented 3 years ago

As API V2 is under development by Twitter, some new API will appear, and developers would like to know which of them are already supported by this library.

I think there should be some summary table

redouane59 commented 3 years ago

Hi,

Currently my only solution is a little bit raw but you can just check the ITwitterClientV2 interface containing all the V2 implemented methods. By the way I think that all the available V2 endpoints are implemented on the library. But yes a table can be more user friendly, I'll check that.