mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Add HTTP request nodes for credentials without a node (#7157)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Giulio Andreini <g.andreini@gmail.com> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -8,12 +8,18 @@ import type {
|
||||
export class VirusTotalApi implements ICredentialType {
|
||||
name = 'virusTotalApi';
|
||||
|
||||
displayName = 'Virus Total API';
|
||||
displayName = 'VirusTotal API';
|
||||
|
||||
documentationUrl = 'virustotal';
|
||||
|
||||
icon = 'file:icons/VirusTotal.svg';
|
||||
|
||||
httpRequestNode = {
|
||||
name: 'VirusTotal',
|
||||
docsUrl: 'https://developers.virustotal.com/reference/overview',
|
||||
apiBaseUrl: 'https://www.virustotal.com/api/v3/',
|
||||
};
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'API Token',
|
||||
|
||||
Reference in New Issue
Block a user