Skip to main content
Version: Next

MicrosoftGraphClient.requestRaw()

Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphClient > requestRaw

Makes a HTTP call to Graph API with token

Signature:

requestRaw(url: string, headers?: Record<string, string>, retryCount?: number): Promise<Response>;

Parameters

ParameterTypeDescription
urlstringHTTP Endpoint of Graph API
headersRecord<string, string>(Optional) optional HTTP headers
retryCountnumber(Optional)

Returns:

Promise<Response>