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
0c1e8de9
Unverified
Commit
0c1e8de9
authored
Jan 18, 2020
by
Greg Messner
Committed by
GitHub
Jan 18, 2020
Browse files
Fixed ResourceLabelEventsApi anchor.
parent
3b16ee87
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0c1e8de9
...
@@ -509,7 +509,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches();
...
@@ -509,7 +509,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches();
RepositoryFile
file
=
gitLabApi
.
getRepositoryFileApi
().
getFile
(
"file-path"
,
1234
,
"ref"
);
RepositoryFile
file
=
gitLabApi
.
getRepositoryFileApi
().
getFile
(
"file-path"
,
1234
,
"ref"
);
```
```
#### ResouceLabelEventsApi
#### Resou
r
ceLabelEventsApi
```
java
```
java
// Get the label events for the specified merge request
// Get the label events for the specified merge request
List
<
LabelEvent
>
labelEvents
=
gitLabApi
.
getResourceLabelEventsApi
()
List
<
LabelEvent
>
labelEvents
=
gitLabApi
.
getResourceLabelEventsApi
()
...
...
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