OffersAPI implements the cross model interface and is the concrete implementation of the api end point.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "ApplicationOffers"
VERSION: number = 4
_transport: Transport
NAME: string = "ApplicationOffers"
VERSION: number = 4

Methods

  • ListApplicationOffers gets deployed details about application offers that match given filter. The results contain details about the deployed applications such as connection count.

    Parameters

    Returns Promise<QueryApplicationOffersResults>

  • RemoteApplicationInfo returns information about the requested remote application. This call currently has no client side API, only there for the Dashboard at this stage.

    Parameters

    Returns Promise<RemoteApplicationInfoResults>

Generated using TypeDoc