Parameters for the selected endpoint. Example values:
user/info: { "userName": "NASA" }
user/last_tweets: { "userName": "NASA", "cursor": "NEXT_CURSOR" }
user/followers: { "userName": "NASA", "cursor": "NEXT_CURSOR" }
user/followings: { "userName": "NASA", "cursor": "NEXT_CURSOR" }
user/mentions: { "userName": "NASA", "cursor": "NEXT_CURSOR" }
tweet/by_ids: { "tweet_ids": "1920130001699062027" }
tweet/replies: { "tweet_id": "1920130001699062027", "cursor": "NEXT_CURSOR" }
tweet/quotes: { "tweet_id": "1920130001699062027", "cursor": "NEXT_CURSOR" }
tweet/retweeters: { "tweetId": "1920130001699062027", "cursor": "NEXT_CURSOR" }
tweet/advanced_search: { "query": "from:NASA", "queryType": "Latest", "cursor": "NEXT_CURSOR" } // queryType: enum
All endpoints that return a list accept an optional "cursor" parameter for pagination.
See README for full list.