| Package | Description |
|---|---|
| ai.fideo.api | |
| ai.fideo.client |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
VerifyApi.verifyMatchPostAsync(MultiFieldReq multiFieldReq,
ApiCallback<MatchResponse> _callback)
(asynchronously)
|
okhttp3.Call |
VerifyApi.verifyMatchPostCall(MultiFieldReq multiFieldReq,
ApiCallback _callback)
Build call for verifyMatchPost
|
okhttp3.Call |
SignalsApi.verifySignalsPostAsync(String v,
MultiFieldReq multiFieldReq,
ApiCallback<VerifySignalsPost200Response> _callback)
(asynchronously)
|
okhttp3.Call |
SignalsApi.verifySignalsPostCall(String v,
MultiFieldReq multiFieldReq,
ApiCallback _callback)
Build call for verifySignalsPost
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
Copyright © 2024. All rights reserved.