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
5c23b174
Commit
5c23b174
authored
Sep 17, 2017
by
Greg Messner
Committed by
GitHub
Sep 17, 2017
Browse files
Fixed DeployKeysApi sample.
parent
a8cd89f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5c23b174
...
@@ -110,7 +110,7 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
...
@@ -110,7 +110,7 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
### DeployKeysApi
### DeployKeysApi
```
java
```
java
// Get a list of DeployKeys for the authenticated user
// Get a list of DeployKeys for the authenticated user
List
<
DeployKey
>
deployKeys
=
gitLabApi
.
getDeployKeys
s
Api
().
getDeployKeys
();
List
<
DeployKey
>
deployKeys
=
gitLabApi
.
getDeployKeysApi
().
getDeployKeys
();
```
```
### EventsApi
### EventsApi
...
...
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