@microsoft/msgraph-sdk-sites
Version:
Sites fluent API for Microsoft Graph
25 lines • 1.18 kB
TypeScript
import { type SitesRequestBuilder } from './sites/index.js';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';
/**
* Instantiates a new SitesServiceClient and sets the default values.
* @param requestAdapter The request adapter to use to execute the requests.
*/
export declare function createSitesServiceClient(requestAdapter: RequestAdapter): SitesServiceClient;
/**
* The main entry point of the SDK, exposes the configuration and the fluent API.
*/
export interface SitesServiceClient extends BaseRequestBuilder<SitesServiceClient> {
/**
* Provides operations to manage the collection of site entities.
*/
get sites(): SitesRequestBuilder;
}
/**
* Metadata for all the navigation properties in the request builder.
*/
export declare const SitesServiceClientNavigationMetadata: Record<Exclude<keyof SitesServiceClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
* Uri template for the request builder.
*/
export declare const SitesServiceClientUriTemplate = "{+baseurl}";
//# sourceMappingURL=sitesServiceClient.d.ts.map