Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/client/index"

Index

Functions

Functions

createClient

  • createClient(feedURL: string, apiVersion?: NuGetApiVersion.Unknown | NuGetApiVersion.V2 | NuGetApiVersion.V3): Promise<NuGetClient>
  • Create a NuGetClient for the specified feed.

    Parameters

    • feedURL: string

      The feed URL.

    • Optional apiVersion: NuGetApiVersion.Unknown | NuGetApiVersion.V2 | NuGetApiVersion.V3

      An optional NuGet API version to use (if not specified, will attempt to auto-detect).

    Returns Promise<NuGetClient>

Generated using TypeDoc