You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This MR #277 added pagination information on request level , but if i'm not mistaking it seems the pagination has been added into the input but not the output/response model.
When manually calling the related api from twitter, i do see the meta with the nextToken in the response.
Without having that value returned in the output / response, it seems impossible to use the pagination on that endpoint.
This MR #277 added pagination information on request level , but if i'm not mistaking it seems the pagination has been added into the input but not the output/response model.
When manually calling the related api from twitter, i do see the meta with the nextToken in the response.
Without having that value returned in the output / response, it seems impossible to use the pagination on that endpoint.
same goes for like.ListUsers ie https://api.twitter.com/2/tweets/:id/liking_users and userlookup.Get ie https://api.twitter.com/2/users/:id
The text was updated successfully, but these errors were encountered: