Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DescriptorsApi

Hierarchy

  • DescriptorsApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

getDescriptor

  • getDescriptor(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<GraphDescriptorResult>
  • Resolve a storage key to a descriptor

    Parameters

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

    Returns Promise<GraphDescriptorResult>

Generated using TypeDoc