Skip to main content

Interface: CustomAdvApiClientInterface

services/custom_adv.CustomAdvApiClientInterface

Methods

getASpecificCustomAdv

getASpecificCustomAdv(id, config?): Promise<SCCustomAdvType>

Parameters

NameType
idstring | number
config?AxiosRequestConfig<any>

Returns

Promise<SCCustomAdvType>

Defined in

services/custom_adv/index.ts:9


getAllCustomAdv

getAllCustomAdv(params?, config?): Promise<SCPaginatedResponse<SCCustomAdvType>>

Parameters

NameType
params?CustomAdvParams
config?AxiosRequestConfig<any>

Returns

Promise<SCPaginatedResponse<SCCustomAdvType>>

Defined in

services/custom_adv/index.ts:10


searchCustomAdv

searchCustomAdv(params?, config?): Promise<SCPaginatedResponse<SCCustomAdvType>>

Parameters

NameType
params?CustomAdvParams
config?AxiosRequestConfig<any>

Returns

Promise<SCPaginatedResponse<SCCustomAdvType>>

Defined in

services/custom_adv/index.ts:11