github.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "provider": "github",
  3. "uid": "12345",
  4. "info": {
  5. "nickname": "dsander",
  6. "email": null,
  7. "name": "Dominik Sander",
  8. "image": "https://avatars.githubusercontent.com/u/12345?",
  9. "urls": {
  10. "GitHub": "https://github.com/dsander",
  11. "Blog": "http://www.dsander.de"
  12. }
  13. },
  14. "credentials": {
  15. "token": "agithubtoken",
  16. "expires": false
  17. },
  18. "extra": {
  19. "raw_info": {
  20. "login": "dsander",
  21. "id": 12345,
  22. "avatar_url": "https://avatars.githubusercontent.com/u/12345?",
  23. "gravatar_id": "fsdfsdf",
  24. "url": "https://api.github.com/users/dsander",
  25. "html_url": "https://github.com/dsander",
  26. "followers_url": "https://api.github.com/users/dsander/followers",
  27. "following_url": "https://api.github.com/users/dsander/following{/other_user}",
  28. "gists_url": "https://api.github.com/users/dsander/gists{/gist_id}",
  29. "starred_url": "https://api.github.com/users/dsander/starred{/owner}{/repo}",
  30. "subscriptions_url": "https://api.github.com/users/dsander/subscriptions",
  31. "organizations_url": "https://api.github.com/users/dsander/orgs",
  32. "repos_url": "https://api.github.com/users/dsander/repos",
  33. "events_url": "https://api.github.com/users/dsander/events{/privacy}",
  34. "received_events_url": "https://api.github.com/users/dsander/received_events",
  35. "type": "User",
  36. "site_admin": false,
  37. "name": "Dominik Sander",
  38. "company": null,
  39. "blog": "http://www.url.de",
  40. "location": null,
  41. "email": null,
  42. "hireable": false,
  43. "bio": null,
  44. "public_repos": 29,
  45. "public_gists": 2,
  46. "followers": 21,
  47. "following": 9,
  48. "created_at": "2008-08-17T18:17:50Z",
  49. "updated_at": "2014-05-19T09:30:08Z"
  50. }
  51. }
  52. }