Hi all,
I am writing a new chat bot and would like it to work with the new api from day one.
Recently I tried to implement the user/follows api in the bot.
The maximum number of results in one request is 100 and there is a cursor string for the next results in a multi page response. But how can I know that I reached the last page of results? Should I count it in the app or should this api be updated?
Another question is that this request is only returning the id’s of the following users. Is there any way this request will return additional data of users, names for example? Or my only option is to request the twitch name for each id?
Thanks in advance for your help.
Sorry for the bad English.