Files
gitrob/spec/support/fixtures/github/users/user2.json
Michael Henriksen 93d07164d6 Gitrob version 1.0.0
2016-03-12 15:20:20 +01:00

33 lines
1.2 KiB
JSON

{
"login": "user2",
"id": 3,
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/user2",
"html_url": "https://github.com/user2",
"followers_url": "https://api.github.com/users/user2/followers",
"following_url": "https://api.github.com/users/user2/following{/other_user}",
"gists_url": "https://api.github.com/users/user2/gists{/gist_id}",
"starred_url": "https://api.github.com/users/user2/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/user2/subscriptions",
"organizations_url": "https://api.github.com/users/user2/orgs",
"repos_url": "https://api.github.com/users/user2/repos",
"events_url": "https://api.github.com/users/user2/events{/privacy}",
"received_events_url": "https://api.github.com/users/user2/received_events",
"type": "User",
"site_admin": false,
"name": "Jane Doe",
"company": "Acme",
"blog": "https://user2.com/blog",
"location": "Berlin",
"email": "user2@acme.com",
"hireable": false,
"bio": "There once was...",
"public_repos": 1,
"public_gists": 0,
"followers": 20,
"following": 0,
"created_at": "2008-01-14T04:33:35Z",
"updated_at": "2008-01-14T04:33:35Z"
}