spec/fixtures/search/users.json in github_api-0.10.2 vs spec/fixtures/search/users.json in github_api-0.11.0
- old
+ new
@@ -1,24 +1,20 @@
{
- "users": [
+ "total_count": 12,
+ "items": [
{
- "gravatar_id": "70889091349f7598bce9afa588034310",
- "name": "Hirotaka Kawata",
- "created_at": "2009-10-05T01:32:06Z",
- "location": "Tsukuba, Ibaraki, Japan",
- "public_repo_count": 8,
- "followers": 10,
- "language": "Python",
- "fullname": "Hirotaka Kawata",
- "username": "techno",
- "id": "user-135050",
- "repos": 8,
- "type": "user",
- "followers_count": 10,
- "pushed": "2012-04-18T02:15:17.511Z",
- "login": "techno",
- "score": 4.2559967,
- "record": null,
- "created": "2009-10-05T01:32:06Z"
+ "login": "mojombo",
+ "id": 1,
+ "avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
+ "gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
+ "url": "https://api.github.com/users/mojombo",
+ "html_url": "https://github.com/mojombo",
+ "followers_url": "https://api.github.com/users/mojombo/followers",
+ "subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
+ "organizations_url": "https://api.github.com/users/mojombo/orgs",
+ "repos_url": "https://api.github.com/users/mojombo/repos",
+ "received_events_url": "https://api.github.com/users/mojombo/received_events",
+ "type": "User",
+ "score": 105.47857
}
]
}