Function getDownloadUrl

  • Generates a download URL for a given package.

    Parameters

    • packageName: string

      The name of the package.

    • packageVersion: undefined | string = undefined

      The version of the package (optional).

    • type: undefined | string = 'plugins'

      The type of the package (e.g., 'plugins', 'themes').

    Returns string

    The download URL for the package.

Generated using TypeDoc