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
|
HTTP/1.1 200 OK
Server: nginx/0.7.67
Date: Fri, 24 Jun 2011 02:25:53 GMT
Content-Type: application/json
Connection: keep-alive
Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4994
Content-Length: 581
{
"type": "User",
"location": "Dubai",
"url": "https://api.github.com/users/plu",
"avatar_url": "https://secure.gravatar.com/avatar/cacc359ee20d3423087f957241cffd2b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
"public_repos": 17,
"followers": 54,
"hireable": false,
"html_url": "https://github.com/plu",
"bio": null,
"login": "plu",
"public_gists": 38,
"name": "Johannes Plunien",
"following": 178,
"created_at": "2008-10-29T09:03:04Z",
"email": "plu@pqpq.de",
"id": 31597,
"company": "",
"blog": ""
}
|