Function DeveloperProfilesApiFactory
Developer Profiles Api Factory( configuration?: Configuration , basePath?: string , axios?: AxiosInstance ) : { autocompleteDeveloper( search: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20011 > > ; searchDeveloperByDevId( devId: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > > ; searchDeveloperByOwnerAddress( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > > ; searchDeveloperProfile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse2009 > > ; }
Parameters
Optional
basePath: string
Optional
axios: AxiosInstance
Returns { autocompleteDeveloper( search: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20011 > > ; searchDeveloperByDevId( devId: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > > ; searchDeveloperByOwnerAddress( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > > ; searchDeveloperProfile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse2009 > > ; }
autocomplete Developer: function
autocomplete Developer( search: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20011 > >
Parameters
search: string
Optional
options: AxiosRequestConfig
Defined in apis/developer-profiles-api.ts:321
search Developer By Dev Id: function
search Developer By Dev Id( devId: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > >
Parameters
devId: string
Optional
options: AxiosRequestConfig
Defined in apis/developer-profiles-api.ts:331
search Developer By Owner Address: function
search Developer By Owner Address( ownerAddress: string , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse20010 > >
Parameters
ownerAddress: string
Optional
options: AxiosRequestConfig
Defined in apis/developer-profiles-api.ts:341
search Developer Profile: function
search Developer Profile( page?: number , limit?: number , search?: string , isMinted?: boolean , options?: AxiosRequestConfig ) : Promise < AxiosResponse < InlineResponse2009 > >
Parameters
Optional
page: number
Optional
limit: number
Optional
search: string
Optional
isMinted: boolean
Optional
options: AxiosRequestConfig
Defined in apis/developer-profiles-api.ts:354
Defined in apis/developer-profiles-api.ts:312
DeveloperProfilesApi - factory interface
Export