mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Airtop Node): Add File operations and scroll micro-interaction (#15089)
This commit is contained in:
@@ -5,6 +5,8 @@ import type {
|
||||
INodeProperties,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { BASE_URL } from '../nodes/Airtop/constants';
|
||||
|
||||
export class AirtopApi implements ICredentialType {
|
||||
name = 'airtopApi';
|
||||
|
||||
@@ -41,7 +43,7 @@ export class AirtopApi implements ICredentialType {
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
method: 'GET',
|
||||
baseURL: 'https://api.airtop.ai/api/v1',
|
||||
baseURL: BASE_URL,
|
||||
url: '/sessions',
|
||||
qs: {
|
||||
limit: 10,
|
||||
|
||||
Reference in New Issue
Block a user