IRemoteProvider<'Service> Type

Provides a remote service implementation.

Instance members

Instance member Description

this.GetService

Full Usage: this.GetService

Parameters:
    getBasePath : 'Service -> string - The base URL path.

Returns: 'Service The remote service.
Modifiers: abstract

Get the remote service of the given type, whose URL has the given base path.

getBasePath : 'Service -> string

The base URL path.

Returns: 'Service

The remote service.