Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiQueryRequestOptions<ResponseType>

Type parameters

  • ResponseType

Hierarchy

Index

Methods

Optional errorHandler

Optional extract

  • extract(responseText: string): string
  • Manipulate the response text before it is parsed into JSON.

    deprecated

    Please use modifyText instead.

    Parameters

    • responseText: string

    Returns string

Optional modifyText

  • modifyText(responseText: string): string
  • Manipulate the response text before it is parsed into JSON.

    This overrides any extract method provided.

    Parameters

    • responseText: string

    Returns string

Generated using TypeDoc version 0.22.10