Alokai

BloomreachBestsellerGeneratedApiAxiosParamCreator

BloomreachBestsellerGeneratedApi - axios parameter creator

Signature

BloomreachBestsellerGeneratedApiAxiosParamCreator: (
	configuration?: Configuration$2
) => {
  bestsellerApi: (brUid2: string,
	accountId: number,
	domainKey: string,
	fl: string,
	refUrl: string,
	requestId: string,
	requestType: BestsellerApiRequestTypeEnum,
	rows: number,
	searchType: BestsellerApiSearchTypeEnum,
	start: number,
	url: string,
	authKey?: string,
	callback?: BestsellerApiCallbackEnum,
	fq?: string,
	title?: string,
	userId?: string,
	viewId?: string,
	options?: RawAxiosRequestConfig) => Promise<RequestArgs$2>;
}

Parameters

NameRequiredTypeDescription
configurationOptionalConfiguration$2

Referenced Types

On this page