Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get User Follows response missing _total #670

Open
Ollee opened this issue Feb 14, 2017 · 1 comment
Open

Get User Follows response missing _total #670

Ollee opened this issue Feb 14, 2017 · 1 comment

Comments

@Ollee
Copy link

Ollee commented Feb 14, 2017

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.

https://dev.twitch.tv/docs/v5/reference/users/#get-user-follows

Expected:

{
   "_total": 27,
   "follows": [
      { ...

Actual:

{
  "follows": [
    { ...

Should I be expecting _total or should I plan on it not being there?

@Decicus
Copy link
Contributor

Decicus commented Feb 14, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants