Get_broadcaster_subscriptions pagination value

Thanks for the reply.

I will do some tests, but in the documentation it is clearly stated you retrieve the first n values (with n less than 100) how can I retrieve the other values without pagination being exposed?

I have a workaround using curl to get all the data and parsing it, but this makes the library less effective.

I will report back after the tests