Class DeveloperProfilesApi

DeveloperProfilesApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • DeveloperProfilesApi

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: Configuration

Methods

  • Summary

    Auto-Complete search

    Throws

    Memberof

    DeveloperProfilesApi

    Parameters

    • search: string
    • Optional options: AxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<InlineResponse20011>>

  • Summary

    Search developer By devId

    Throws

    Memberof

    DeveloperProfilesApi

    Parameters

    • devId: string
    • Optional options: AxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<InlineResponse20010>>

  • Summary

    Search Developer By owner Address

    Throws

    Memberof

    DeveloperProfilesApi

    Parameters

    • ownerAddress: string
    • Optional options: AxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<InlineResponse20010>>

  • Get all stores or search by a keyword. Optionally, filter on specific attributes of the store. This API call will get all the store or perform a text search.

    Summary

    Search Developer

    Throws

    Memberof

    DeveloperProfilesApi

    Parameters

    • Optional page: number

      Current page

    • Optional limit: number

      Page size

    • Optional search: string

      A string to be used for search. The search happens on the `name` and `tags` fields of the dApp. If this is not present, all dApps are returned.

    • Optional isMinted: boolean

      DApp is listed or not

    • Optional options: AxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<InlineResponse2009>>

Generated using TypeDoc