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
6f75e951
Commit
6f75e951
authored
Dec 01, 2019
by
Greg Messner
Browse files
Minor cleanup.
parent
aa302437
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6f75e951
...
...
@@ -283,10 +283,10 @@ The following is a list of the available sub APIs along with a sample use of eac
[PackagesApi](#packagesapi)<br/>
[PipelineApi](#pipelineapi)<br/>
[ProjectApi](#projectapi)<br/>
[ProtectedBranchesApi](#protectedbranchesapi)
<br/>
[ProtectedBranchesApi](#protectedbranchesapi)<br/>
[RepositoryApi](#repositoryapi)<br/>
[RepositoryFileApi](#repositoryfileapi)<br/>
[RunnersApi](#runnersapi)
<br/>
[RunnersApi](#runnersapi)<br/>
[SearchApi](#searchapi)<br/>
[ServicesApi](#servicesapi)<br/>
[SessionApi](#sessionapi)<br/>
...
...
@@ -345,7 +345,6 @@ List<RegistryRepository> registryRepos = gitLabApi.ContainerRegistryApi().getRep
List
<DeployKey>
deployKeys = gitLabApi.getDeployKeysApi().getDeployKeys();
```
A
#### DiscussionsApi
```
java
// Get a list of Discussions for the specified merge request
...
...
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