Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

user.payload.json 2.2 KB

You have to be logged in to leave a comment. Sign In
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
  1. {
  2. "user": {
  3. "login": "Octocat",
  4. "id": 12,
  5. "node_id": "MDQ6VXNlcjEy",
  6. "avatar_url": "https://octocoders.github.io/avatars/u/12?",
  7. "gravatar_id": "",
  8. "url": "https://octocoders.github.io/api/v3/users/Octocat",
  9. "html_url": "https://octocoders.github.io/Octocat",
  10. "followers_url": "https://octocoders.github.io/api/v3/users/Octocat/followers",
  11. "following_url": "https://octocoders.github.io/api/v3/users/Octocat/following{/other_user}",
  12. "gists_url": "https://octocoders.github.io/api/v3/users/Octocat/gists{/gist_id}",
  13. "starred_url": "https://octocoders.github.io/api/v3/users/Octocat/starred{/owner}{/repo}",
  14. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Octocat/subscriptions",
  15. "organizations_url": "https://octocoders.github.io/api/v3/users/Octocat/orgs",
  16. "repos_url": "https://octocoders.github.io/api/v3/users/Octocat/repos",
  17. "events_url": "https://octocoders.github.io/api/v3/users/Octocat/events{/privacy}",
  18. "received_events_url": "https://octocoders.github.io/api/v3/users/Octocat/received_events",
  19. "type": "User",
  20. "site_admin": false
  21. },
  22. "action": "created",
  23. "sender": {
  24. "login": "Octocat",
  25. "id": 12,
  26. "node_id": "MDQ6VXNlcjEy",
  27. "avatar_url": "https://octocoders.github.io/avatars/u/12?",
  28. "gravatar_id": "",
  29. "url": "https://octocoders.github.io/api/v3/users/Octocat",
  30. "html_url": "https://octocoders.github.io/Octocat",
  31. "followers_url": "https://octocoders.github.io/api/v3/users/Octocat/followers",
  32. "following_url": "https://octocoders.github.io/api/v3/users/Octocat/following{/other_user}",
  33. "gists_url": "https://octocoders.github.io/api/v3/users/Octocat/gists{/gist_id}",
  34. "starred_url": "https://octocoders.github.io/api/v3/users/Octocat/starred{/owner}{/repo}",
  35. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Octocat/subscriptions",
  36. "organizations_url": "https://octocoders.github.io/api/v3/users/Octocat/orgs",
  37. "repos_url": "https://octocoders.github.io/api/v3/users/Octocat/repos",
  38. "events_url": "https://octocoders.github.io/api/v3/users/Octocat/events{/privacy}",
  39. "received_events_url": "https://octocoders.github.io/api/v3/users/Octocat/received_events",
  40. "type": "User",
  41. "site_admin": false
  42. }
  43. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...