feat(Microsoft SharePoint Node): New node (#13727)

This commit is contained in:
feelgood-interface
2025-05-16 09:55:10 +02:00
committed by GitHub
parent 64b3fa3d17
commit 954b66218f
57 changed files with 6284 additions and 12 deletions

View File

@@ -1,25 +1,14 @@
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export class MicrosoftSharePointOAuth2Api implements ICredentialType {
name = 'microsoftSharePointOAuth2Api';
extends = ['microsoftOAuth2Api'];
icon: Icon = {
light: 'file:icons/SharePoint.svg',
dark: 'file:icons/SharePoint.svg',
};
displayName = 'Microsoft SharePoint OAuth2 API';
documentationUrl = 'microsoft';
httpRequestNode = {
name: 'Microsoft SharePoint',
docsUrl: 'https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph',
apiBaseUrlPlaceholder: 'https://{subdomain}.sharepoint.com/_api/v2.0/',
};
properties: INodeProperties[] = [
{
displayName: 'Scope',