Hierarchy

  • HttpApiHandler

Methods

call

  • Call the API method.

    Parameters

    Returns Promise<FetchResponse>

getUrl

  • getUrl(): string
  • Get links for an external call of the API method.

    Returns string

withFragment

  • withFragment(path: string): this
  • Pass path to the API method.

    Parameters

    • path: string

    Returns this