Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymsrvApi

Hierarchy

  • SymsrvApi

Index

Constructors

constructor

  • new SymsrvApi(basePath?: string): SymsrvApi

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

getSymSrvDebugEntryClientKeyAsync

  • getSymSrvDebugEntryClientKeyAsync(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Given a client key, returns the best matched debug entry.

    Parameters

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

    Returns Promise<__type>

Generated using TypeDoc