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