| Package | Description |
|---|---|
| net.nextpulse.postmarkapp.api | |
| net.nextpulse.postmarkapp.api.auth |
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
com.sun.jersey.api.client.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams)
Apply authentication settings to header and query params.
|
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Copyright © 2019. All rights reserved.