Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
f66b4d2f
Commit
f66b4d2f
authored
Oct 26, 2017
by
Greg Messner
Browse files
Initial check-in.
parent
d3508619
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/project-users.json
0 → 100644
View file @
f66b4d2f
[
{
"id"
:
1
,
"username"
:
"john_smith"
,
"name"
:
"John Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"http://localhost:3000/uploads/user/avatar/1/cd8.jpeg"
,
"web_url"
:
"http://localhost:3000/john_smith"
},
{
"id"
:
2
,
"username"
:
"jack_smith"
,
"name"
:
"Jack Smith"
,
"state"
:
"blocked"
,
"avatar_url"
:
"http://gravatar.com/../e32131cd8.jpeg"
,
"web_url"
:
"http://localhost:3000/jack_smith"
}
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment