1+ {
2+ "http_interactions" : [
3+ {
4+ "recorded_at" : " 2017-04-30T17:42:29" ,
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_GITBUCKET>" ,
15+ "Connection" : " keep-alive" ,
16+ "Content-Type" : " application/json" ,
17+ "User-Agent" : " github3.py/0.9.5"
18+ },
19+ "method" : " GET" ,
20+ "uri" : " http://localhost:8080/api/v3/user"
21+ },
22+ "response" : {
23+ "body" : {
24+ "encoding" : " utf-8" ,
25+ "string" : " {\" login\" :\" <GITBUCKET_NAMESPACE>\" ,\" email\" :\" user@localhost\" ,\" type\" :\" User\" ,\" site_admin\" :false,\" created_at\" :\" 2017-04-30T17:39:36Z\" ,\" url\" :\" http://localhost:8080/api/v3/users/<GITBUCKET_NAMESPACE>\" ,\" html_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>\" ,\" avatar_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>/_avatar\" }"
26+ },
27+ "headers" : {
28+ "Content-Length" : " 284" ,
29+ "Content-Type" : " application/json;charset=utf-8" ,
30+ "Date" : " Sun, 30 Apr 2017 17:42:29 GMT" ,
31+ "Expires" : " Thu, 01 Jan 1970 00:00:00 GMT" ,
32+ "Server" : " Jetty(9.3.z-SNAPSHOT)" ,
33+ "Set-Cookie" : " JSESSIONID=v1gat922yeob3op8z3zdmrty;Path=/;HttpOnly"
34+ },
35+ "status" : {
36+ "code" : 200 ,
37+ "message" : " OK"
38+ },
39+ "url" : " http://localhost:8080/api/v3/user"
40+ }
41+ },
42+ {
43+ "recorded_at" : " 2017-04-30T17:42:29" ,
44+ "request" : {
45+ "body" : {
46+ "encoding" : " utf-8" ,
47+ "string" : " {\" homepage\" : \"\" , \" private\" : false, \" has_wiki\" : true, \" has_downloads\" : true, \" name\" : \" git-repo\" , \" description\" : \"\" , \" gitignore_template\" : \"\" , \" has_issues\" : true, \" auto_init\" : false}"
48+ },
49+ "headers" : {
50+ "Accept" : " application/vnd.github.v3.full+json" ,
51+ "Accept-Charset" : " utf-8" ,
52+ "Accept-Encoding" : " identity" ,
53+ "Authorization" : " token <PRIVATE_KEY_GITBUCKET>" ,
54+ "Connection" : " keep-alive" ,
55+ "Content-Length" : " 180" ,
56+ "Content-Type" : " application/json" ,
57+ "Cookie" : " JSESSIONID=v1gat922yeob3op8z3zdmrty" ,
58+ "User-Agent" : " github3.py/0.9.5"
59+ },
60+ "method" : " POST" ,
61+ "uri" : " http://localhost:8080/api/v3/user/repos"
62+ },
63+ "response" : {
64+ "body" : {
65+ "encoding" : " utf-8" ,
66+ "string" : " {\" name\" :\" git-repo\" ,\" full_name\" :\" <GITBUCKET_NAMESPACE>/git-repo\" ,\" description\" :\"\" ,\" watchers\" :0,\" forks\" :0,\" private\" :false,\" default_branch\" :\" master\" ,\" owner\" :{\" login\" :\" <GITBUCKET_NAMESPACE>\" ,\" email\" :\" user@localhost\" ,\" type\" :\" User\" ,\" site_admin\" :false,\" created_at\" :\" 2017-04-30T17:39:36Z\" ,\" url\" :\" http://localhost:8080/api/v3/users/<GITBUCKET_NAMESPACE>\" ,\" html_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>\" ,\" avatar_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>/_avatar\" },\" forks_count\" :0,\" watchers_count\" :0,\" url\" :\" http://localhost:8080/api/v3/repos/<GITBUCKET_NAMESPACE>/git-repo\" ,\" http_url\" :\" http://localhost:8080/git/<GITBUCKET_NAMESPACE>/git-repo.git\" ,\" clone_url\" :\" http://localhost:8080/git/<GITBUCKET_NAMESPACE>/git-repo.git\" ,\" html_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>/git-repo\" }"
67+ },
68+ "headers" : {
69+ "Content-Length" : " 723" ,
70+ "Content-Type" : " application/json;charset=utf-8" ,
71+ "Date" : " Sun, 30 Apr 2017 17:42:29 GMT" ,
72+ "Server" : " Jetty(9.3.z-SNAPSHOT)"
73+ },
74+ "status" : {
75+ "code" : 200 ,
76+ "message" : " OK"
77+ },
78+ "url" : " http://localhost:8080/api/v3/user/repos"
79+ }
80+ },
81+ {
82+ "recorded_at" : " 2017-04-30T17:42:30" ,
83+ "request" : {
84+ "body" : {
85+ "encoding" : " utf-8" ,
86+ "string" : " "
87+ },
88+ "headers" : {
89+ "Accept" : " application/vnd.github.v3.full+json" ,
90+ "Accept-Charset" : " utf-8" ,
91+ "Accept-Encoding" : " identity" ,
92+ "Authorization" : " token <PRIVATE_KEY_GITBUCKET>" ,
93+ "Connection" : " keep-alive" ,
94+ "Content-Type" : " application/json" ,
95+ "Cookie" : " JSESSIONID=v1gat922yeob3op8z3zdmrty" ,
96+ "User-Agent" : " github3.py/0.9.5"
97+ },
98+ "method" : " GET" ,
99+ "uri" : " http://localhost:8080/api/v3/repos/<GITBUCKET_NAMESPACE>/git-repo"
100+ },
101+ "response" : {
102+ "body" : {
103+ "encoding" : " utf-8" ,
104+ "string" : " {\" name\" :\" git-repo\" ,\" full_name\" :\" <GITBUCKET_NAMESPACE>/git-repo\" ,\" description\" :\"\" ,\" watchers\" :0,\" forks\" :0,\" private\" :false,\" default_branch\" :\" master\" ,\" owner\" :{\" login\" :\" <GITBUCKET_NAMESPACE>\" ,\" email\" :\" user@localhost\" ,\" type\" :\" User\" ,\" site_admin\" :false,\" created_at\" :\" 2017-04-30T17:39:36Z\" ,\" url\" :\" http://localhost:8080/api/v3/users/<GITBUCKET_NAMESPACE>\" ,\" html_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>\" ,\" avatar_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>/_avatar\" },\" forks_count\" :0,\" watchers_count\" :0,\" url\" :\" http://localhost:8080/api/v3/repos/<GITBUCKET_NAMESPACE>/git-repo\" ,\" http_url\" :\" http://localhost:8080/git/<GITBUCKET_NAMESPACE>/git-repo.git\" ,\" clone_url\" :\" http://localhost:8080/git/<GITBUCKET_NAMESPACE>/git-repo.git\" ,\" html_url\" :\" http://localhost:8080/<GITBUCKET_NAMESPACE>/git-repo\" }"
105+ },
106+ "headers" : {
107+ "Content-Length" : " 723" ,
108+ "Content-Type" : " application/json;charset=utf-8" ,
109+ "Date" : " Sun, 30 Apr 2017 17:42:30 GMT" ,
110+ "Server" : " Jetty(9.3.z-SNAPSHOT)"
111+ },
112+ "status" : {
113+ "code" : 200 ,
114+ "message" : " OK"
115+ },
116+ "url" : " http://localhost:8080/api/v3/repos/<GITBUCKET_NAMESPACE>/git-repo"
117+ }
118+ }
119+ ],
120+ "recorded_with" : " betamax/0.5.1"
121+ }
0 commit comments