Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: samples/github/lib/src/github_mock_data/users/dartino.data

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 HTTP/1.1 200 OK
2 Server: GitHubMock.com
3 Date: Thu, 04 Feb 2016 10:53:15 GMT
4 Content-Type: application/json; charset=utf-8
5 Content-Length: 1226
6 Status: 200 OK
7 X-RateLimit-Limit: 60
8 X-RateLimit-Remaining: 26
9 X-RateLimit-Reset: 1454585585
10 Cache-Control: public, max-age=60, s-maxage=60
11 Last-Modified: Wed, 20 Jan 2016 13:17:42 GMT
12 ETag: "9ae3b2556f3162a1b70474f40552cffe"
13 Vary: Accept
14 X-GitHub-Media-Type: github.v3
15 Access-Control-Allow-Credentials: true
16 Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-Ra teLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X -Poll-Interval
17 Access-Control-Allow-Origin: *
18 Content-Security-Policy: default-src 'none'
19 Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
20 X-Content-Type-Options: nosniff
21 X-Frame-Options: deny
22 X-XSS-Protection: 1; mode=block
23 Vary: Accept-Encoding
24 X-Served-By: e724c57ebb9961c772a91e2dd7421c8d
25 X-GitHub-Request-Id: 026D42C3:C8D3:46B90C3:56B32D9A
26
27 {
28 "login": "dartino",
29 "id": 16780800,
30 "avatar_url": "https://avatars.githubusercontent.com/u/16780800?v=3",
31 "gravatar_id": "",
32 "url": "https://api.github.com/users/dartino",
33 "html_url": "https://github.com/dartino",
34 "followers_url": "https://api.github.com/users/dartino/followers",
35 "following_url": "https://api.github.com/users/dartino/following{/other_user}" ,
36 "gists_url": "https://api.github.com/users/dartino/gists{/gist_id}",
37 "starred_url": "https://api.github.com/users/dartino/starred{/owner}{/repo}",
38 "subscriptions_url": "https://api.github.com/users/dartino/subscriptions",
39 "organizations_url": "https://api.github.com/users/dartino/orgs",
40 "repos_url": "https://api.github.com/users/dartino/repos",
41 "events_url": "https://api.github.com/users/dartino/events{/privacy}",
42 "received_events_url": "https://api.github.com/users/dartino/received_events",
43 "type": "Organization",
44 "site_admin": false,
45 "name": "Dartino",
46 "company": null,
47 "blog": null,
48 "location": null,
49 "email": null,
50 "hireable": null,
51 "bio": null,
52 "public_repos": 4,
53 "public_gists": 0,
54 "followers": 0,
55 "following": 0,
56 "created_at": "2016-01-19T15:54:21Z",
57 "updated_at": "2016-01-20T13:17:42Z"
58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698