Function FeaturedSectionApiAxiosParamCreator

  • FeaturedSectionApi - axios parameter creator

    Export

    Parameters

    Returns {
        getFeaturedDAppsV1: ((storeKey?: string, featuredSectionKey?: string, options??: AxiosRequestConfig) => Promise<RequestArgs>);
        getStoreTitleV1: ((options??: AxiosRequestConfig) => Promise<RequestArgs>);
    }

    • getFeaturedDAppsV1: ((storeKey?: string, featuredSectionKey?: string, options??: AxiosRequestConfig) => Promise<RequestArgs>)
        • (storeKey?: string, featuredSectionKey?: string, options??: AxiosRequestConfig): Promise<RequestArgs>
        • Fetch featured sections of registry OR if you provide storeKey in query it will fetch featured sections from store.

          Summary

          Get Featured Sections

          Throws

          Parameters

          • Optional storeKey: string

            Unique Id of a particular store. provide only if you want to fetch feature section form a particular store.

          • Optional featuredSectionKey: string

            Unique Id of a particular featured section of the store. provide only if you want to fetch a perticular feature section of a store.

          • Optional options: AxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • getStoreTitleV1: ((options??: AxiosRequestConfig) => Promise<RequestArgs>)
        • (options??: AxiosRequestConfig): Promise<RequestArgs>
        • Returns the store title

          Summary

          Registry title

          Throws

          Parameters

          • Optional options: AxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

Generated using TypeDoc