followers
Overview
Name | followers |
Type | Resource |
Id | github.users.followers |
Fields
Name | Datatype |
---|---|
id | integer |
name | string |
avatar_url | string |
email | string |
events_url | string |
followers_url | string |
following_url | string |
gists_url | string |
gravatar_id | string |
html_url | string |
login | string |
node_id | string |
organizations_url | string |
received_events_url | string |
repos_url | string |
site_admin | boolean |
starred_at | string |
starred_url | string |
subscriptions_url | string |
type | string |
url | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_followers_for_authenticated_user | SELECT | Lists the people following the authenticated user. | |
list_followers_for_user | SELECT | username | Lists the people following the specified user. |