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 d350861 commit f66b4d2Copy full SHA for f66b4d2
src/test/resources/org/gitlab4j/api/project-users.json
@@ -0,0 +1,18 @@
1
+[
2
+ {
3
+ "id": 1,
4
+ "username": "john_smith",
5
+ "name": "John Smith",
6
+ "state": "active",
7
+ "avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg",
8
+ "web_url": "http://localhost:3000/john_smith"
9
+ },
10
11
+ "id": 2,
12
+ "username": "jack_smith",
13
+ "name": "Jack Smith",
14
+ "state": "blocked",
15
+ "avatar_url": "http://gravatar.com/../e32131cd8.jpeg",
16
+ "web_url": "http://localhost:3000/jack_smith"
17
+ }
18
+]
0 commit comments