Function DeveloperProfilesApiFp
Developer Profiles Api Fp( configuration?: Configuration ) : { autocompleteDeveloper( search: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20011 > > ) > ; searchDeveloperByDevId( devId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) > ; searchDeveloperByOwnerAddress( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) > ; searchDeveloperProfile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2009 > > ) > ; }
Returns { autocompleteDeveloper( search: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20011 > > ) > ; searchDeveloperByDevId( devId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) > ; searchDeveloperByOwnerAddress( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) > ; searchDeveloperProfile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2009 > > ) > ; }
autocomplete Developer: function
autocomplete Developer( search: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20011 > > ) >
Parameters
search: string
Optional
options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20011 > > ) >
Defined in apis/developer-profiles-api.ts:253
search Developer By Dev Id: function
search Developer By Dev Id( devId: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) >
Parameters
devId: string
Optional
options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) >
Defined in apis/developer-profiles-api.ts:267
search Developer By Owner Address: function
search Developer By Owner Address( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) >
Parameters
ownerAddress: string
Optional
options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse20010 > > ) >
Defined in apis/developer-profiles-api.ts:281
search Developer Profile: function
search Developer Profile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2009 > > ) >
Parameters
Optional
page: number
Optional
limit: number
Optional
search: string
Optional
isMinted: boolean
Optional
options: AxiosRequestConfig
Returns Promise < ( ( axios?: AxiosInstance , basePath?: string ) => Promise < AxiosResponse < InlineResponse2009 > > ) >
Defined in apis/developer-profiles-api.ts:298
Defined in apis/developer-profiles-api.ts:244
DeveloperProfilesApi - functional programming interface
Export