dataforseo-client / Exports / AppendixApi
- appendixErrors
- appendixStatus
- processAppendixErrors
- processAppendixStatus
- processUserData
- processWebhookResend
- userData
- webhookResend
• new AppendixApi(baseUrl?, http?): AppendixApi
| Name | Type |
|---|---|
baseUrl? |
string |
http? |
Object |
http.fetch |
(url: RequestInfo, init?: RequestInit) => Promise<Response> |
• Private baseUrl: string
• Private http: Object
| Name | Type |
|---|---|
fetch |
(url: RequestInfo, init?: RequestInit) => Promise<Response> |
• Protected jsonParseReviver: (key: string, value: any) => any = undefined
▸ (key, value): any
| Name | Type |
|---|---|
key |
string |
value |
any |
any
▸ appendixErrors(): Promise<AppendixErrorsResponseInfo>
Promise<AppendixErrorsResponseInfo>
Successful operation
▸ appendixStatus(): Promise<AppendixStatusResponseInfo>
Promise<AppendixStatusResponseInfo>
Successful operation
▸ processAppendixErrors(response): Promise<AppendixErrorsResponseInfo>
| Name | Type |
|---|---|
response |
Response |
Promise<AppendixErrorsResponseInfo>
▸ processAppendixStatus(response): Promise<AppendixStatusResponseInfo>
| Name | Type |
|---|---|
response |
Response |
Promise<AppendixStatusResponseInfo>
▸ processUserData(response): Promise<AppendixUserDataResponseInfo>
| Name | Type |
|---|---|
response |
Response |
Promise<AppendixUserDataResponseInfo>
▸ processWebhookResend(response): Promise<AppendixWebhookResendResponseInfo>
| Name | Type |
|---|---|
response |
Response |
Promise<AppendixWebhookResendResponseInfo>
▸ userData(): Promise<AppendixUserDataResponseInfo>
Promise<AppendixUserDataResponseInfo>
Successful operation
▸ webhookResend(body): Promise<AppendixWebhookResendResponseInfo>
| Name | Type | Description |
|---|---|---|
body |
AppendixWebhookResendRequestInfo[] |
(optional) |
Promise<AppendixWebhookResendResponseInfo>
Successful operation