Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransportation

Implementations of this interface are capable of placing a request with the Model API Server over HTTP. Default implementation: RestTransportation.

Hierarchy

  • ITransportation

Implemented by

Index

Methods

request

requestFileDownload

requestMultipartBinaryFileUpload

retryableRequest

  • Send a HTTP request that will be retried in case of network errors, with specified method, url, data, success and failure callbacks.

    Type parameters

    • T

    Parameters

    Returns void

Generated using TypeDoc