Skip to content

Commit 376d5ac

Browse files
committed
Initial heck-in.
1 parent 9cac3b0 commit 376d5ac

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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\u0026d=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\u0026d=identicon",
31+
"web_url": "http://localhost:3000/u/ryley"
32+
}
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)