-
Notifications
You must be signed in to change notification settings - Fork 0
/
GithubResponse.example
43 lines (43 loc) · 2.82 KB
/
GithubResponse.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
id: '63351166',
displayName: 'Can',
username: 'fastuptime',
profileUrl: 'https://github.com/fastuptime',
photos: [ { value: 'https://avatars.githubusercontent.com/u/63351166?v=4' } ],
provider: 'github',
_raw: '{"login":"fastuptime","id":63351166,"node_id":"MDQ6VXNlcjYzMzUxMTY2","avatar_url":"https://avatars.githubusercontent.com/u/63351166?v=4","gravatar_id":"","url":"https://api.github.com/users/fastuptime","html_url":"https://github.com/fastuptime","followers_url":"https://api.github.com/users/fastuptime/followers","following_url":"https://api.github.com/users/fastuptime/following{/other_user}","gists_url":"https://api.github.com/users/fastuptime/gists{/gist_id}","starred_url":"https://api.github.com/users/fastuptime/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fastuptime/subscriptions","organizations_url":"https://api.github.com/users/fastuptime/orgs","repos_url":"https://api.github.com/users/fastuptime/repos","events_url":"https://api.github.com/users/fastuptime/events{/privacy}","received_events_url":"https://api.github.com/users/fastuptime/received_events","type":"User","site_admin":false,"name":"Can","company":"FastUptime","blog":"https://fastuptime.com","location":"Turkey, Istanbul","email":null,"hireable":null,"bio":"Hi!","twitter_username":"fastuptime","public_repos":137,"public_gists":0,"followers":45,"following":8,"created_at":"2020-04-08T12:17:03Z","updated_at":"2023-08-08T15:44:08Z"}',
_json: {
login: 'fastuptime',
id: 63351166,
node_id: 'MDQ6VXNlcjYzMzUxMTY2',
avatar_url: 'https://avatars.githubusercontent.com/u/63351166?v=4',
gravatar_id: '',
url: 'https://api.github.com/users/fastuptime',
html_url: 'https://github.com/fastuptime',
followers_url: 'https://api.github.com/users/fastuptime/followers',
following_url: 'https://api.github.com/users/fastuptime/following{/other_user}',
gists_url: 'https://api.github.com/users/fastuptime/gists{/gist_id}',
starred_url: 'https://api.github.com/users/fastuptime/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/fastuptime/subscriptions',
organizations_url: 'https://api.github.com/users/fastuptime/orgs',
repos_url: 'https://api.github.com/users/fastuptime/repos',
events_url: 'https://api.github.com/users/fastuptime/events{/privacy}',
received_events_url: 'https://api.github.com/users/fastuptime/received_events',
type: 'User',
site_admin: false,
name: 'Can',
company: 'FastUptime',
blog: 'https://fastuptime.com',
location: 'Turkey, Istanbul',
email: null,
hireable: null,
bio: 'Hi!',
twitter_username: 'fastuptime',
public_repos: 137,
public_gists: 0,
followers: 45,
following: 8,
created_at: '2020-04-08T12:17:03Z',
updated_at: '2023-08-08T15:44:08Z'
}
}