Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AvailabilityApi

Hierarchy

  • AvailabilityApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

checkAvailabilityAsync

  • checkAvailabilityAsync(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Check the availability of symbol service. This includes checking for feature flag, and possibly license in future. Note this is NOT an anonymous endpoint, and the caller will be redirected to authentication before hitting it.

    Parameters

    • params: object
      • apiVersion: string
      • organization: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

Generated using TypeDoc