| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.http |
| Modifier and Type | Method and Description |
|---|---|
GitlabHTTPRequestor |
GitlabAPI.dispatch() |
GitlabHTTPRequestor |
GitlabAPI.retrieve() |
| Modifier and Type | Method and Description |
|---|---|
GitlabHTTPRequestor |
GitlabHTTPRequestor.authenticate(java.lang.String token,
TokenType type,
AuthMethod method)
Sets authentication data for the request.
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.method(java.lang.String method)
Sets the HTTP Request method for the request.
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.with(java.lang.String key,
java.lang.Object value)
Sets the HTTP Form Post parameters for the request
Has a fluent api for method chaining
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.withAttachment(java.lang.String key,
java.io.File file)
Sets the HTTP Form Post parameters for the request
Has a fluent api for method chaining
|
Copyright © 2017. All Rights Reserved.