UNPKG

@microsoft/msgraph-sdk-core

Version:
15 lines 794 B
import { HttpClient, type Middleware } from "@microsoft/kiota-http-fetchlibrary"; import { GraphTelemetryOption } from "../middleware/index.js"; /** * Specialized version of the HTTP client for the Graph API that bootstraps telemetry, /me replacement, and other aspects */ export declare class GraphHttpClient extends HttpClient { /** * Creates a new instance of the GraphHttpClient class * @param graphTelemetryOption The options for telemetry * @param customFetch The custom fetch implementation to use * @param middlewares The middlewares to use */ constructor(graphTelemetryOption: GraphTelemetryOption, customFetch?: (request: string, init: RequestInit) => Promise<Response>, ...middlewares: Middleware[]); } //# sourceMappingURL=GraphHttpClient.d.ts.map