Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
redouane59 committed Jun 27, 2021
1 parent 8ddd871 commit 46222a0
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/main/java/io/github/redouane59/twitter/ITwitterClientV2.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,7 @@ public interface ITwitterClientV2 {
* @return a list of users who are following the targeted user
*/
UserList getFollowers(String userId, AdditionalParameters additionalParameters);

/**
* Get a list of the user following limited to 1000 results calling https://api.twitter.com/2/users/:id/following
*
* @param userId the id of the targeted user
* @param additionalParameters accepted parameters are maxResults, pagination_token
* @return a list of users who are following the targeted user
*/
UserList getFollowers(String userId, AdditionalParameters additionalParameters);


/**
* Get a list of the user following limited to 1000 results calling https://api.twitter.com/2/users/:id/following
*
Expand All @@ -84,15 +75,6 @@ public interface ITwitterClientV2 {
*/
UserList getFollowing(String userId);

/**
* Get a list of the user following limited to 1000 results calling https://api.twitter.com/2/users/:id/following
*
* @param additionalParameters accepted parameters are maxResults, pagination_token
* @param userId the id of the targeted user
* @return a list of users that the targeted user is following
*/
UserList getFollowing(String userId);

/**
* Get a list of the user following limited to 1000 results calling https://api.twitter.com/2/users/:id/following
*
Expand Down Expand Up @@ -341,7 +323,6 @@ public interface ITwitterClientV2 {
TweetList getLikedTweets(String userId, AdditionalParameters additionalParameters);



/**
* The recent Tweet counts endpoint returns count of Tweets from the last seven days that match a search query calling
* https://api.twitter.com/2/tweets/counts/recent
Expand Down

0 comments on commit 46222a0

Please sign in to comment.