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
9e6a4435
Commit
9e6a4435
authored
Oct 09, 2019
by
Greg Messner
Browse files
Initial commit (#447).
parent
894e031d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/badges.json
0 → 100644
View file @
9e6a4435
[
{
"id"
:
1
,
"link_url"
:
"http://example.com/ci_status.svg?project=%{project_path}&ref=%{default_branch}"
,
"image_url"
:
"https://shields.io/my/badge"
,
"rendered_link_url"
:
"http://example.com/ci_status.svg?project=example-org/example-project&ref=master"
,
"rendered_image_url"
:
"https://shields.io/my/badge"
,
"kind"
:
"project"
},
{
"id"
:
2
,
"link_url"
:
"http://example.com/ci_status.svg?project=%{project_path}&ref=%{default_branch}"
,
"image_url"
:
"https://shields.io/my/badge"
,
"rendered_link_url"
:
"http://example.com/ci_status.svg?project=example-org/example-project&ref=master"
,
"rendered_image_url"
:
"https://shields.io/my/badge"
,
"kind"
:
"group"
}
]
\ 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