File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
src/test/resources/org/gitlab4j/api Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : 5 ,
3+ "iid" : 5 ,
4+ "project_id" : 1 ,
5+ "title" : " Approvals API" ,
6+ "description" : " Test" ,
7+ "state" : " opened" ,
8+ "created_at" : " 2016-06-08T00:19:52.638Z" ,
9+ "updated_at" : " 2016-06-08T21:20:42.470Z" ,
10+ "merge_status" : " can_be_merged" ,
11+ "approvals_required" : 2 ,
12+ "approvals_missing" : 1 ,
13+ "approved_by" : [
14+ {
15+ "user" : {
16+ "name" : " Administrator" ,
17+ "username" : " root" ,
18+ "id" : 1 ,
19+ "state" : " active" ,
20+ "avatar_url" : " http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026 d=identicon" ,
21+ "web_url" : " http://localhost:3000/u/root"
22+ }
23+ },
24+ {
25+ "user" : {
26+ "name" : " Nico Cartwright" ,
27+ "username" : " ryley" ,
28+ "id" : 2 ,
29+ "state" : " active" ,
30+ "avatar_url" : " http://www.gravatar.com/avatar/cf7ad14b34162a76d593e3affca2adca?s=80\u0026 d=identicon" ,
31+ "web_url" : " http://localhost:3000/u/ryley"
32+ }
33+ }
34+ ]
35+ }
You can’t perform that action at this time.
0 commit comments