Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • isErrorResponse(response: Response): boolean
  • Indicates if the given response is an error response

    export

    Parameters

    • response: Response

    Returns boolean

  • serialize(data: any, uppercase?: boolean): string
  • Encodes the given object for a POST submission

    export

    Parameters

    • data: any
    • uppercase: boolean = true

    Returns string

Generated using TypeDoc