@microsoft/msgraph-sdk
Version:
Microsoft Graph JavaScript client library
15 lines • 1.12 kB
TypeScript
import { type AuthenticationProvider, type ParseNodeFactory, type SerializationWriterFactory } from "@microsoft/kiota-abstractions";
import { type HttpClient, type ObservabilityOptions } from "@microsoft/kiota-http-fetchlibrary";
import { BaseGraphRequestAdapter } from "@microsoft/msgraph-sdk-core";
export declare class GraphRequestAdapter extends BaseGraphRequestAdapter {
/**
* Instantiates a new request adapter.
* @param authenticationProvider the authentication provider to use.
* @param parseNodeFactory the parse node factory to deserialize responses.
* @param serializationWriterFactory the serialization writer factory to use to serialize request bodies.
* @param httpClient the http client to use to execute requests.
* @param observabilityOptions the observability options to use.
*/
constructor(authenticationProvider: AuthenticationProvider, parseNodeFactory?: ParseNodeFactory, serializationWriterFactory?: SerializationWriterFactory, httpClient?: HttpClient, observabilityOptions?: ObservabilityOptions);
}
//# sourceMappingURL=graphRequestAdapter.d.ts.map