Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationsApi

Hierarchy

  • OperationsApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

getOperation

  • getOperation(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Operation>
  • Gets an operation from the the operationId using the given pluginId. Some scenarios don’t require a pluginId. If a pluginId is not included in the call then just the operationId will be used to find an operation.

    Parameters

    • params: object
      • apiVersion: string
      • operationId: string
      • organization: string
      • Optional pluginId?: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Operation>

Generated using TypeDoc