Function FeaturedSectionApiFp
- FeaturedSectionApiFp(configuration?: Configuration): {
getFeaturedDAppsV1(storeKey?: string, featuredSectionKey?: string, options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<FeaturedSection[]>>)>;
getStoreTitleV1(options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<string>>)>;
}
-
Returns {
getFeaturedDAppsV1(storeKey?: string, featuredSectionKey?: string, options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<FeaturedSection[]>>)>;
getStoreTitleV1(options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<string>>)>;
}
-
getFeaturedDAppsV1:function
- getFeaturedDAppsV1(storeKey?: string, featuredSectionKey?: string, options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<FeaturedSection[]>>)>
-
Parameters
-
Optional
storeKey: string
-
Optional
featuredSectionKey: string
-
Optional
options: AxiosRequestConfig
Returns Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<FeaturedSection[]>>)>
-
getStoreTitleV1:function
- getStoreTitleV1(options?: AxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<string>>)>
-
Parameters
-
Optional
options: AxiosRequestConfig
Returns Promise<((axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<string>>)>
FeaturedSectionApi - functional programming interface
Export