1{
2  "id": 8,
3  "description": "ssh access and repository management app for GitLab",
4  "default_branch": "master",
5  "visibility": "private",
6  "ssh_url_to_repo": "git@demo.gitlab.com:gitlab/gitlab-shell.git",
7  "http_url_to_repo": "http://demo.gitlab.com/gitlab/gitlab-shell.git",
8  "web_url": "http://demo.gitlab.com/gitlab/gitlab-shell",
9  "owner": {
10    "id": 4,
11    "name": "GitLab",
12    "username": "gitlab",
13    "state": "active",
14    "avatar_url": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61",
15    "web_url": "http://demo.gitlab.com/gitlab"
16  },
17  "name": "gitlab-shell",
18  "name_with_namespace": "GitLab / gitlab-shell",
19  "path": "gitlab-shell",
20  "path_with_namespace": "gitlab/gitlab-shell",
21  "issues_enabled": true,
22  "merge_requests_enabled": true,
23  "wiki_enabled": true,
24  "snippets_enabled": false,
25  "created_at": "2013-03-20T13:28:53Z",
26  "last_activity_at": "2013-11-30T00:11:17Z",
27  "namespace": {
28    "id": 4,
29    "name": "GitLab",
30    "path": "gitlab",
31    "kind": "group",
32    "full_path": "gitlab",
33    "parent_id": null
34  },
35  "permissions": {
36    "project_access": {
37      "access_level": 10,
38      "notification_level": 3
39    },
40    "group_access": {
41      "access_level": 50,
42      "notification_level": 3
43    }
44  }
45}
46