Skip to main content

CustomAdvApiClientInterface

Methods

getASpecificCustomAdv()

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

Parameters

ParameterType
idstring | number
config?AxiosRequestConfig<any>

Returns

Promise<SCCustomAdvType>

Source

services/custom_adv/index.ts:9


getAllCustomAdv()

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

Parameters

ParameterType
params?CustomAdvParams
config?AxiosRequestConfig<any>

Returns

Promise <SCPaginatedResponse<SCCustomAdvType>>

Source

services/custom_adv/index.ts:10


searchCustomAdv()

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

Parameters

ParameterType
params?CustomAdvParams
config?AxiosRequestConfig<any>

Returns

Promise <SCPaginatedResponse<SCCustomAdvType>>

Source

services/custom_adv/index.ts:11