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
API documentation states for the /users/<user>/follows/channels response to expect _total in the response, but request with Postman just has the follows list.
Seems to be there in both API v3 and v5 for me. Although, _total does seem to show up at the end of the returned object, rather than the beginning, which is what the docs imply.
API documentation states for the
/users/<user>/follows/channels
response to expect_total
in the response, but request with Postman just has thefollows
list.https://dev.twitch.tv/docs/v5/reference/users/#get-user-follows
Expected:
Actual:
Should I be expecting
_total
or should I plan on it not being there?The text was updated successfully, but these errors were encountered: