Alokai

BloomreachBestsellerGeneratedApiFp

BloomreachBestsellerGeneratedApi - functional programming interface

Signature

BloomreachBestsellerGeneratedApiFp: (
	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<(axios?: AxiosInstance,
	basePath?: string) => AxiosPromise<void>>;
}

Parameters

NameRequiredTypeDescription
configurationOptionalConfiguration$2

Referenced Types

On this page