Skip to main content

getTheFollowing

Get the starred list of a specified user

Path Parameters
  • username required

    The specified username that needs to be obtained from the fan list

Query Parameters
  • page

    Page num (default is 1)

  • per_page

    Page size (default 30, max 100)

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

Success


Schema
  • Array [
  • login string

    username

  • id string

    user id

  • avatar_url string

    avataurl

  • url string

    The interface path to obtain user information based on the user name

  • html_url string

    html_url

  • organizations_url string

    organizations_url

  • repos_url string

    repos_url

  • ]
Loading...