forked from swyxio/swyxio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
USER.js
55 lines (54 loc) · 2.08 KB
/
USER.js
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
44
45
46
47
48
49
50
51
52
53
54
55
// USER
// {
// id: 77504634,
// node_id: 'MDg6UmVhY3Rpb243NzUwNDYzNA==',
// user: {
// login: 'sw-yx',
// id: 6764957,
// node_id: 'MDQ6VXNlcjY3NjQ5NTc=',
// avatar_url: 'https://avatars2.githubusercontent.com/u/6764957?u=97ad815028595b73b06ee4b0510e66bbe391228d&v=4',
// gravatar_id: '',
// url: 'https://api.github.com/users/sw-yx',
// html_url: 'https://github.com/sw-yx',
// followers_url: 'https://api.github.com/users/sw-yx/followers',
// following_url: 'https://api.github.com/users/sw-yx/following{/other_user}',
// gists_url: 'https://api.github.com/users/sw-yx/gists{/gist_id}',
// starred_url: 'https://api.github.com/users/sw-yx/starred{/owner}{/repo}',
// subscriptions_url: 'https://api.github.com/users/sw-yx/subscriptions',
// organizations_url: 'https://api.github.com/users/sw-yx/orgs',
// repos_url: 'https://api.github.com/users/sw-yx/repos',
// events_url: 'https://api.github.com/users/sw-yx/events{/privacy}',
// received_events_url: 'https://api.github.com/users/sw-yx/received_events',
// type: 'User',
// site_admin: false
// },
// content: '+1',
// created_at: '2020-07-09T20:44:30Z'
// }
// // ISSUE
// {
// url: 'https://api.github.com/repos/sw-yx/sw-yx/issues/2',
// repository_url: 'https://api.github.com/repos/sw-yx/sw-yx',
// labels_url: 'https://api.github.com/repos/sw-yx/sw-yx/issues/2/labels{/name}',
// comments_url: 'https://api.github.com/repos/sw-yx/sw-yx/issues/2/comments',
// events_url: 'https://api.github.com/repos/sw-yx/sw-yx/issues/2/events',
// html_url: 'https://github.com/sw-yx/sw-yx/issues/2',
// id: 654308681,
// node_id: 'MDU6SXNzdWU2NTQzMDg2ODE=',
// number: 2,
// title: 'JavaScript',
// user: [Object],
// labels: [],
// state: 'open',
// locked: false,
// assignee: null,
// assignees: [],
// milestone: null,
// comments: 0,
// created_at: '2020-07-09T19:51:55Z',
// updated_at: '2020-07-09T19:51:55Z',
// closed_at: null,
// author_association: 'OWNER',
// active_lock_reason: null,
// body: 'endorse me for javascript skillz pls'
// }