Unverified Commit 6098c820 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed typo.

parent 259dcad6
...@@ -289,13 +289,13 @@ List<Runner> runners = gitLabApi.getRunnersApi().getAllRunners(); ...@@ -289,13 +289,13 @@ List<Runner> runners = gitLabApi.getRunnersApi().getAllRunners();
#### ServicesApi #### ServicesApi
```java ```java
// Activates the gitlab-ci service. // Activates the gitlab-ci service.
getLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url"); gitLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url");
``` ```
#### SessionApi #### SessionApi
```java ```java
// Log in to the GitLab server and get the session info // Log in to the GitLab server and get the session info
getLabApi.getSessionApi().login("your-username", "your-email", "your-password"); gitLabApi.getSessionApi().login("your-username", "your-email", "your-password");
``` ```
#### SystemHooksApi #### SystemHooksApi
......
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