Function DAppRegistryApiFp
DApp Registry Api Fp( configuration?: Configuration ) : { apiV1DappAutocompleteGet( search: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2008 > > ) > ; apiV1DappCategoriesGet( options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2002 > > ) > ; apiV1DappSearchAddressOwnerAddressGet( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) > ; apiV1DappSearchDappIdGet( dappId: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) > ; dAppFilesV1Form( dappId: string , field: string , dAppFiles: Blob [] , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2001 > > ) > ; downloadBuildUrlV1( dappId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < PreSignedUrlResponse > > ) > ; searchDapps( page?: number , limit?: number , orderBy?: string , search?: string , categories?: string [] , subCategories?: string [] , isListed?: boolean , isMinted?: boolean , language?: string , chainId?: number , allowedInCountries?: string [] , blockedInCountries?: string [] , availableOnPlatform?: string [] , isForMatureAudience?: boolean , minAge?: number , listedOnOrAfter?: string , listedOnOrBefore?: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2006 > > ) > ; }
Returns { apiV1DappAutocompleteGet( search: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2008 > > ) > ; apiV1DappCategoriesGet( options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2002 > > ) > ; apiV1DappSearchAddressOwnerAddressGet( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) > ; apiV1DappSearchDappIdGet( dappId: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) > ; dAppFilesV1Form( dappId: string , field: string , dAppFiles: Blob [] , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2001 > > ) > ; downloadBuildUrlV1( dappId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < PreSignedUrlResponse > > ) > ; searchDapps( page?: number , limit?: number , orderBy?: string , search?: string , categories?: string [] , subCategories?: string [] , isListed?: boolean , isMinted?: boolean , language?: string , chainId?: number , allowedInCountries?: string [] , blockedInCountries?: string [] , availableOnPlatform?: string [] , isForMatureAudience?: boolean , minAge?: number , listedOnOrAfter?: string , listedOnOrBefore?: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2006 > > ) > ; }
api V1 Dapp Autocomplete Get: function
api V1 Dapp Autocomplete Get( search: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2008 > > ) >
Parameters
search: string
Optional storeKey: string
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2008 > > ) >
api V1 Dapp Categories Get: function
api V1 Dapp Categories Get( options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2002 > > ) >
Parameters
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2002 > > ) >
api V1 Dapp Search Address Owner Address Get: function
api V1 Dapp Search Address Owner Address Get( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) >
Parameters
ownerAddress: string
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) >
api V1 Dapp Search Dapp Id Get: function
api V1 Dapp Search Dapp Id Get( dappId: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) >
Parameters
dappId: string
Optional storeKey: string
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2007 > > ) >
d App Files V1 Form: function
d App Files V1 Form( dappId: string , field: string , dAppFiles: Blob [] , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2001 > > ) >
Parameters
dappId: string
field: string
dAppFiles: Blob []
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2001 > > ) >
download Build Url V1: function
download Build Url V1( dappId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < PreSignedUrlResponse > > ) >
Parameters
dappId: string
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < PreSignedUrlResponse > > ) >
search Dapps: function
search Dapps( page?: number , limit?: number , orderBy?: string , search?: string , categories?: string [] , subCategories?: string [] , isListed?: boolean , isMinted?: boolean , language?: string , chainId?: number , allowedInCountries?: string [] , blockedInCountries?: string [] , availableOnPlatform?: string [] , isForMatureAudience?: boolean , minAge?: number , listedOnOrAfter?: string , listedOnOrBefore?: string , storeKey?: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2006 > > ) >
Parameters
Optional page: number
Optional limit: number
Optional orderBy: string
Optional search: string
Optional categories: string []
Optional subCategories: string []
Optional isListed: boolean
Optional isMinted: boolean
Optional language: string
Optional chainId: number
Optional allowedInCountries: string []
Optional blockedInCountries: string []
Optional availableOnPlatform: string []
Optional isForMatureAudience: boolean
Optional minAge: number
Optional listedOnOrAfter: string
Optional listedOnOrBefore: string
Optional storeKey: string
Optional options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2006 > > ) >
DAppRegistryApi - functional programming interface
Export