Total stripped from Get Users Follows
Closed this issue · 0 comments
BarryCarlyon commented
twitch api get 'users/follows?to_id=15185913&first=1'
{
"data": [
{
"followed_at": "REDACTED",
"from_id": "REDACTED",
"from_login": "REDACTED",
"from_name": "REDACTED",
"to_id": "15185913",
"to_login": "barrycarlyon",
"to_name": "BarryCarlyon"
}
],
"pagination": {
"cursor": "eyJiIjpudWxsLCJhIjp7IkN1cnNvciI6ImV5SjBjQ0k2SW5WelpYSTZNVGM1TXpJNE1EQTVPbVp2Ykd4dmQzTWlMQ0owY3lJNkluVnpaWEk2TVRVeE9EVTVNVE1pTENKcGNDSTZJblZ6WlhJNk1UVXhPRFU1TVRNNlptOXNiRzkzWldSZllua2lMQ0pwY3lJNklqRTJNell4TXpVMU5UTXdOemN3TlRZME1URWlmUT09In19"
}
}
The documented total
field seems to have removed the total field.
Not sure if this effects other API calls currently.