public class UrlEncoder
extends java.lang.Object
Constructor and Description |
---|
UrlEncoder() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
urlEncode(java.lang.String s)
URL encodes a String in compliance with GitLabs special differences.
|
public static java.lang.String urlEncode(java.lang.String s) throws GitLabApiException
s
- the String to URL encodeGitLabApiException
- if any exception occurs