redouane59 / twittered

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

List of APIs missing #390

Closed suyashcjoshi closed 2 years ago

suyashcjoshi commented 2 years ago

Is there an API list or API Docs like JavaDoc that explains which of the Twitter APIs are present in this library without reading all the code?

redouane59 commented 2 years ago

Hello, Currently the available APIs are only visible in https://github.com/redouane59/twittered/blob/develop/src/main/java/io/github/redouane59/twitter/ITwitterClientV2.java and https://github.com/redouane59/twittered/blob/develop/src/main/java/io/github/redouane59/twitter/ITwitterClientV1.java classes.

Don't hesitate to submit a pull request if you would like to present it differently, it will probably help other developers.

suyashcjoshi commented 2 years ago

Got it buddy, thanks!