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

Parameter

Type

Description

url

string

HTTP Endpoint of Graph API

headers

Record<string, string>

(Optional) optional HTTP headers

retryCount

number

(Optional)

**Returns:**

Promise<Response>