mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	BeeFlow 1
This commit is contained in:
		
					parent
					
						
							
								cfade8a9b3
							
						
					
				
			
			
				commit
				
					
						812cdaeace
					
				
			
		
					 8 changed files with 446 additions and 92 deletions
				
			
		
							
								
								
									
										18
									
								
								credentials/BeeFlowOmni.credentials.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								credentials/BeeFlowOmni.credentials.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| import { | ||||
| 	ICredentialType, | ||||
| 	INodeProperties, | ||||
| } from 'n8n-workflow'; | ||||
| 
 | ||||
| export class BeeFlowOmniKey implements ICredentialType { | ||||
| 	name = 'BeeFlowOmniKey'; | ||||
| 	displayName = 'BeeFlow Omni API Key'; | ||||
| 	documentationUrl = 'BeeFlowOmni'; | ||||
| 	properties: INodeProperties[] = [ | ||||
| 		{ | ||||
| 			displayName: 'Authorization', | ||||
| 			name: 'apiKey Authorization', | ||||
| 			type: 'string', | ||||
| 			default: '', | ||||
| 		}, | ||||
| 	]; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue