1
+ {
2
+ "http_interactions" : [
3
+ {
4
+ "recorded_at" : " 2016-05-12T17:07:00" ,
5
+ "request" : {
6
+ "body" : {
7
+ "encoding" : " utf-8" ,
8
+ "string" : " "
9
+ },
10
+ "headers" : {
11
+ "Accept" : " application/vnd.github.v3.full+json" ,
12
+ "Accept-Charset" : " utf-8" ,
13
+ "Accept-Encoding" : " identity" ,
14
+ "Authorization" : " token <PRIVATE_KEY_GITHUB>" ,
15
+ "Connection" : " keep-alive" ,
16
+ "Content-Type" : " application/json" ,
17
+ "User-Agent" : " github3.py/0.9.5"
18
+ },
19
+ "method" : " GET" ,
20
+ "uri" : " https://api.github.com/user"
21
+ },
22
+ "response" : {
23
+ "body" : {
24
+ "encoding" : " utf-8" ,
25
+ "string": "{\"login\":\"<GITHUB_NAMESPACE>\",\"id\":254441,\"avatar_url\":\"https://avatars.githubusercontent.com/u/254441?v=3\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>\",\"html_url\":\"https://github.com/<GITHUB_NAMESPACE>\",\"followers_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/followers\",\"following_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/subscriptions\",\"organizations_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/orgs\",\"repos_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/repos\",\"events_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/<GITHUB_NAMESPACE>/received_events\",\"type\":\"User\",\"site_admin\":false,\"name\":\"<GITHUB_NAMESPACE>\",\"company\":null,\"blog\":\"http://<GITHUB_NAMESPACE>.got.nothing.to/blog/\",\"location\":\"Paris\",\"email\":null,\"hireable\":true,\"bio\":null,\"public_repos\":72,\"public_gists\":10,\"followers\":44,\"following\":13,\"created_at\":\"2010-04-27T14:04:09Z\",\"updated_at\":\"2016-03-26T00:48:05Z\"}"
26
+ },
27
+ "headers" : {
28
+ "Access-Control-Allow-Origin" : " *" ,
29
+ "Access-Control-Expose-Headers" : " ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval" ,
30
+ "Cache-Control" : " private, max-age=60, s-maxage=60" ,
31
+ "Content-Length" : " 1118" ,
32
+ "Content-Security-Policy" : " default-src 'none'" ,
33
+ "Content-Type" : " application/json; charset=utf-8" ,
34
+ "Date" : " Thu, 12 May 2016 17:07:08 GMT" ,
35
+ "ETag" : " \" 0aa481b18bc60170aa178c9983d294fc\" " ,
36
+ "Last-Modified" : " Sat, 26 Mar 2016 00:48:05 GMT" ,
37
+ "Server" : " GitHub.com" ,
38
+ "Status" : " 200 OK" ,
39
+ "Strict-Transport-Security" : " max-age=31536000; includeSubdomains; preload" ,
40
+ "Vary" : " Accept, Authorization, Cookie, X-GitHub-OTP" ,
41
+ "X-Accepted-OAuth-Scopes" : " " ,
42
+ "X-Content-Type-Options" : " nosniff" ,
43
+ "X-Frame-Options" : " deny" ,
44
+ "X-GitHub-Media-Type" : " github.v3; param=full; format=json" ,
45
+ "X-GitHub-Request-Id" : " 4EC11365:CA11:CB5BF38:5734B83C" ,
46
+ "X-OAuth-Scopes" : " delete_repo, gist, repo" ,
47
+ "X-RateLimit-Limit" : " 5000" ,
48
+ "X-RateLimit-Remaining" : " 4997" ,
49
+ "X-RateLimit-Reset" : " 1463075761" ,
50
+ "X-Served-By" : " a474937f3b2fa272558fa6dc951018ad" ,
51
+ "X-XSS-Protection" : " 1; mode=block"
52
+ },
53
+ "status" : {
54
+ "code" : 200 ,
55
+ "message" : " OK"
56
+ },
57
+ "url" : " https://api.github.com/user"
58
+ }
59
+ }
60
+ ],
61
+ "recorded_with" : " betamax/0.5.1"
62
+ }
0 commit comments