Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstallerOptions

Options related to fetching the latest Aspera Browser installer information.

These options allow clients to customize where the installer information is fetched from (e.g. when self-hosting) as well as which installer information is returned back to the caller.

Hierarchy

  • InstallerOptions

Index

Properties

Properties

Optional all

all: true

If true, the response will contain the installer info for all platforms. By default, only the installer info for the user's detected platform is returned.

Optional endpoint

endpoint: string

Custom URL to fetch Aspera Browser installers from. Generally this is only needed when self-hosting the installers rather than using the installers hosted on CloudFront.

This URL should point to the directory containing the latest.json file that contains the installer information.

Example: https://example.com/aspera/browser/downloads