get_users_follows: Get Users Follows

View source: R/get_users_follows.R

get_users_followsR Documentation

Get Users Follows

Description

Get Users Follows

Usage

get_users_follows(
  from_id = NULL,
  to_id = NULL,
  first = 20,
  after = NULL,
  before = NULL
)

Arguments

from_id

User ID. The request returns information about users who are being followed by the from_id user.

to_id

User ID. The request returns information about users who are following the to_id user.

first

Maximum number of objects to return. Maximum: 100. Default: 20.

after

Cursor for forward pagination: tells the server where to start fetching the next set of results, in a multi-page response.

before

Cursor for backward pagination: tells the server where to start fetching the next set of results, in a multi-page response.

Value

A list with clip information.

References

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


Freguglia/rTwitchAPI documentation built on Dec. 6, 2022, 3:44 a.m.