mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Todoist Node): Add more resources and operations (#17925)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -51,6 +51,7 @@ export async function todoistSyncRequest(
|
||||
this: Context,
|
||||
body: any = {},
|
||||
qs: IDataObject = {},
|
||||
endpoint: string = '/sync',
|
||||
): Promise<any> {
|
||||
const authentication = this.getNodeParameter('authentication', 0, 'oAuth2');
|
||||
|
||||
@@ -58,7 +59,7 @@ export async function todoistSyncRequest(
|
||||
headers: {},
|
||||
method: 'POST',
|
||||
qs,
|
||||
uri: 'https://api.todoist.com/sync/v9/sync',
|
||||
uri: `https://api.todoist.com/sync/v9${endpoint}`,
|
||||
json: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user