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