| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api | |
| org.wso2.am.integration.clients.gateway.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
| Constructor and Description |
|---|
ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody,
ProgressRequestBody.ProgressRequestListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiArtifactsApi.apiArtifactGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiArtifactGet
|
com.squareup.okhttp.Call |
GetApiArtifactsApi.endPointsGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endPointsGet
|
com.squareup.okhttp.Call |
GetApiArtifactsApi.localEntryGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for localEntryGet
|
com.squareup.okhttp.Call |
DeployApiApi.redeployApiPostCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for redeployApiPost
|
com.squareup.okhttp.Call |
GetApiArtifactsApi.sequenceGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sequenceGet
|
com.squareup.okhttp.Call |
UndeployApiApi.undeployApiPostCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for undeployApiPost
|
Copyright © 2021 WSO2 Inc. All rights reserved.