Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ModelClient

Index

Accessors

Methods

Accessors

  • get apiHost(): null | string
  • Returns http host of the API.

    Returns null | string

    API host or null.

Methods

  • fetch<M>(modelPath: string): Promise<M>
  • Fetches a model using given resource path.

    Type parameters

    Parameters

    • modelPath: string

      Absolute path to the model.

    Returns Promise<M>

    Promise to page model object.

Generated using TypeDoc