Options
All
  • Public
  • Public/Protected
  • All
Menu
docs-hide-from-nav

Hierarchy

  • ServicePoint

Index

Properties

baseAddress

baseAddress: string

cancellationToken

cancellationToken: ICancellationToken

Methods

formatQuery

  • formatQuery(query: string, ...argArray: any[]): string
  • Formats the query resolving any placeholders and resolving the query to a fully-qualified query.

    Parameters

    • query: string

      The query string to format.

    • Rest ...argArray: any[]

    Returns string

    The resulting formatted query.

getRequest

  • getRequest<T>(query: string, member?: string): IObservable<T>
  • Returns the request as a reactive observable.

    Type parameters

    • T

    Parameters

    • query: string

      The query to execute upon observation.

    • Optional member: string

    Returns IObservable<T>

    The observable source representing the query.