Skip to main content

getUserFollowing

List the current user's starred 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

  • ]
GET /user/following

Request

Base URL
https://api.atomgit.com
Authorization — header required
page — query
per_page — query
Accept
curl -L -X GET 'https://api.atomgit.com/user/following' \
-H 'Accept: application/json'