Commit 5c23b174 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed DeployKeysApi sample.

parent a8cd89f9
...@@ -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.getDeployKeyssApi().getDeployKeys(); List<DeployKey> deployKeys = gitLabApi.getDeployKeysApi().getDeployKeys();
``` ```
### EventsApi ### EventsApi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment