@microsoft/microsoft-graph-client
Version:
Microsoft Graph Client Library
25 lines (24 loc) • 910 B
TypeScript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
/**
* @module Constants
*/
/**
* @constant
* A Default API endpoint version for a request
*/
export declare const GRAPH_API_VERSION = "v1.0";
/**
* @constant
* A Default base url for a request
*/
export declare const GRAPH_BASE_URL = "https://graph.microsoft.com/";
/**
* To hold list of the service root endpoints for Microsoft Graph and Graph Explorer for each national cloud.
* Set(iterable:Object) is not supported in Internet Explorer. The consumer is recommended to use a suitable polyfill.
*/
export declare const GRAPH_URLS: Set<string>;