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
4a7bb823
Unverified
Commit
4a7bb823
authored
Dec 14, 2018
by
Greg Messner
Committed by
GitHub
Dec 14, 2018
Browse files
Added info for the DiscussionsApi.
parent
6880708e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4a7bb823
...
@@ -182,6 +182,7 @@ The API has been broken up into sub APIs classes to make it easier to learn and
...
@@ -182,6 +182,7 @@ The API has been broken up into sub APIs classes to make it easier to learn and
[
AwardEmojiApi
](
#awardemojiapi
)
<br/>
[
AwardEmojiApi
](
#awardemojiapi
)
<br/>
[
CommitsApi
](
#commitsapi
)
<br/>
[
CommitsApi
](
#commitsapi
)
<br/>
[
DeployKeysApi
](
#deploykeysapi
)
<br/>
[
DeployKeysApi
](
#deploykeysapi
)
<br/>
[
DiscussionsApi
](
#discussionsapi
)
<br/>
[
EpicsApi
](
#epicsapi
)
<br/>
[
EpicsApi
](
#epicsapi
)
<br/>
[
EventsApi
](
#eventsapi
)
<br/>
[
EventsApi
](
#eventsapi
)
<br/>
[
GroupApi
](
#groupapi
)
<br/>
[
GroupApi
](
#groupapi
)
<br/>
...
@@ -231,6 +232,12 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
...
@@ -231,6 +232,12 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
List
<
DeployKey
>
deployKeys
=
gitLabApi
.
getDeployKeysApi
().
getDeployKeys
();
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
#### EpicsApi
```
java
```
java
// Get a list epics of the requested group and its subgroups.
// Get a list epics of the requested group and its subgroups.
...
...
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