We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d15460 commit dbd6b83Copy full SHA for dbd6b83
src/test/resources/org/gitlab4j/api/registry-repositories.json
@@ -0,0 +1,16 @@
1
+[
2
+ {
3
+ "id": 1,
4
+ "name": "",
5
+ "path": "group/project",
6
+ "location": "gitlab.example.com:5000/group/project",
7
+ "created_at": "2019-01-10T13:38:57.391Z"
8
+ },
9
10
+ "id": 2,
11
+ "name": "releases",
12
+ "path": "group/project/releases",
13
+ "location": "gitlab.example.com:5000/group/project/releases",
14
+ "created_at": "2019-01-10T13:39:08.229Z"
15
+ }
16
+]
0 commit comments