Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
4a7bb823
Unverified
Commit
4a7bb823
authored
6 years ago
by
Greg Messner
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Added info for the DiscussionsApi.
parent
6880708e
main
5.0.x
5.0.x.jdk17
6.x
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-0
README.md
with
7 additions
and
0 deletions
+7
-0
README.md
+
7
-
0
View file @
4a7bb823
...
...
@@ -182,6 +182,7 @@ The API has been broken up into sub APIs classes to make it easier to learn and
[
AwardEmojiApi
](
#awardemojiapi
)
<br/>
[
CommitsApi
](
#commitsapi
)
<br/>
[
DeployKeysApi
](
#deploykeysapi
)
<br/>
[
DiscussionsApi
](
#discussionsapi
)
<br/>
[
EpicsApi
](
#epicsapi
)
<br/>
[
EventsApi
](
#eventsapi
)
<br/>
[
GroupApi
](
#groupapi
)
<br/>
...
...
@@ -231,6 +232,12 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
List
<
DeployKey
>
deployKeys
=
gitLabApi
.
getDeployKeysApi
().
getDeployKeys
();
```
#### DiscussionsApi
```
java
// Get a list of Discussions for the specified merge request
List
<
DeployKey
>
deployKeys
=
gitLabApi
.
getDiscussionsApi
().
getMergeRequestDiscussions
(
projectId
,
mergeRequestIid
);
```
#### EpicsApi
```
java
// Get a list epics of the requested group and its subgroups.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets