public class BitlyService extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected HttpContext | HTTP | 
| Constructor and Description | 
|---|
| BitlyService(String accessToken,
            HttpContext httpContext)Constructor that takes a http context and API client. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | encode(String str)Encode special character in query string to the URL encoded representation. | 
| Map<String,String> | getHeaders()Returns the default headers for an OAuth request. | 
protected HttpContext HTTP
public BitlyService(String accessToken, HttpContext httpContext)
accessToken - The access token used to authenticate API operationshttpContext - The set of HTTP operationsCopyright © 2020. All rights reserved.