🔨 Add documentationUrl to credentials

This commit is contained in:
Tanay Pant 2020-08-17 14:42:09 +02:00
parent 30ac4f4c2c
commit 815e663717
144 changed files with 144 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import {
export class ActiveCampaignApi implements ICredentialType { export class ActiveCampaignApi implements ICredentialType {
name = 'activeCampaignApi'; name = 'activeCampaignApi';
displayName = 'ActiveCampaign API'; displayName = 'ActiveCampaign API';
documentationUrl = 'activeCampaign';
properties = [ properties = [
{ {
displayName: 'API URL', displayName: 'API URL',

View file

@ -6,6 +6,7 @@ import {
export class AcuitySchedulingApi implements ICredentialType { export class AcuitySchedulingApi implements ICredentialType {
name = 'acuitySchedulingApi'; name = 'acuitySchedulingApi';
displayName = 'Acuity Scheduling API'; displayName = 'Acuity Scheduling API';
documentationUrl = 'acuityScheduling';
properties = [ properties = [
{ {
displayName: 'User ID', displayName: 'User ID',

View file

@ -10,6 +10,7 @@ export class AcuitySchedulingOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'AcuityScheduling OAuth2 API'; displayName = 'AcuityScheduling OAuth2 API';
documentationUrl = 'acuityScheduling';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -6,6 +6,7 @@ import {
export class AffinityApi implements ICredentialType { export class AffinityApi implements ICredentialType {
name = 'affinityApi'; name = 'affinityApi';
displayName = 'Affinity API'; displayName = 'Affinity API';
documentationUrl = 'affinity';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class AgileCrmApi implements ICredentialType { export class AgileCrmApi implements ICredentialType {
name = 'agileCrmApi'; name = 'agileCrmApi';
displayName = 'AgileCRM API'; displayName = 'AgileCRM API';
documentationUrl = 'agileCrm';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',

View file

@ -7,6 +7,7 @@ import {
export class AirtableApi implements ICredentialType { export class AirtableApi implements ICredentialType {
name = 'airtableApi'; name = 'airtableApi';
displayName = 'Airtable API'; displayName = 'Airtable API';
documentationUrl = 'airtable';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -7,6 +7,7 @@ import {
export class Amqp implements ICredentialType { export class Amqp implements ICredentialType {
name = 'amqp'; name = 'amqp';
displayName = 'AMQP'; displayName = 'AMQP';
documentationUrl = 'amqp';
properties = [ properties = [
{ {
displayName: 'Hostname', displayName: 'Hostname',

View file

@ -7,6 +7,7 @@ import {
export class AsanaApi implements ICredentialType { export class AsanaApi implements ICredentialType {
name = 'asanaApi'; name = 'asanaApi';
displayName = 'Asana API'; displayName = 'Asana API';
documentationUrl = 'asana';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -7,6 +7,7 @@ import {
export class Aws implements ICredentialType { export class Aws implements ICredentialType {
name = 'aws'; name = 'aws';
displayName = 'AWS'; displayName = 'AWS';
documentationUrl = 'aws';
properties = [ properties = [
{ {
displayName: 'Region', displayName: 'Region',

View file

@ -6,6 +6,7 @@ import {
export class BannerbearApi implements ICredentialType { export class BannerbearApi implements ICredentialType {
name = 'bannerbearApi'; name = 'bannerbearApi';
displayName = 'Bannerbear API'; displayName = 'Bannerbear API';
documentationUrl = 'bannerbear';
properties = [ properties = [
{ {
displayName: 'Project API Key', displayName: 'Project API Key',

View file

@ -6,6 +6,7 @@ import {
export class BitbucketApi implements ICredentialType { export class BitbucketApi implements ICredentialType {
name = 'bitbucketApi'; name = 'bitbucketApi';
displayName = 'Bitbucket API'; displayName = 'Bitbucket API';
documentationUrl = 'bitbucket';
properties = [ properties = [
{ {
displayName: 'Username', displayName: 'Username',

View file

@ -6,6 +6,7 @@ import {
export class BitlyApi implements ICredentialType { export class BitlyApi implements ICredentialType {
name = 'bitlyApi'; name = 'bitlyApi';
displayName = 'Bitly API'; displayName = 'Bitly API';
documentationUrl = 'bitly';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -7,7 +7,7 @@ import {
export class BitlyOAuth2Api implements ICredentialType { export class BitlyOAuth2Api implements ICredentialType {
name = 'bitlyOAuth2Api'; name = 'bitlyOAuth2Api';
displayName = 'Bitly OAuth2 API'; displayName = 'Bitly OAuth2 API';
documentationUrl = 'bitly';
extends = [ extends = [
'oAuth2Api', 'oAuth2Api',
]; ];

View file

@ -9,6 +9,7 @@ export class BoxOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Box OAuth2 API'; displayName = 'Box OAuth2 API';
documentationUrl = 'box';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -6,6 +6,7 @@ import {
export class CalendlyApi implements ICredentialType { export class CalendlyApi implements ICredentialType {
name = 'calendlyApi'; name = 'calendlyApi';
displayName = 'Calendly API'; displayName = 'Calendly API';
documentationUrl = 'calendly';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -7,6 +7,7 @@ import {
export class ChargebeeApi implements ICredentialType { export class ChargebeeApi implements ICredentialType {
name = 'chargebeeApi'; name = 'chargebeeApi';
displayName = 'Chargebee API'; displayName = 'Chargebee API';
documentationUrl = 'chargebee';
properties = [ properties = [
{ {
displayName: 'Account Name', displayName: 'Account Name',

View file

@ -6,6 +6,7 @@ import {
export class CircleCiApi implements ICredentialType { export class CircleCiApi implements ICredentialType {
name = 'circleCiApi'; name = 'circleCiApi';
displayName = 'CircleCI API'; displayName = 'CircleCI API';
documentationUrl = 'circleCi';
properties = [ properties = [
{ {
displayName: 'Personal API Token', displayName: 'Personal API Token',

View file

@ -6,6 +6,7 @@ import {
export class ClearbitApi implements ICredentialType { export class ClearbitApi implements ICredentialType {
name = 'clearbitApi'; name = 'clearbitApi';
displayName = 'Clearbit API'; displayName = 'Clearbit API';
documentationUrl = 'clearbit';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class ClickUpApi implements ICredentialType { export class ClickUpApi implements ICredentialType {
name = 'clickUpApi'; name = 'clickUpApi';
displayName = 'ClickUp API'; displayName = 'ClickUp API';
documentationUrl = 'clickUp';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -7,6 +7,7 @@ import {
export class ClockifyApi implements ICredentialType { export class ClockifyApi implements ICredentialType {
name = 'clockifyApi'; name = 'clockifyApi';
displayName = 'Clockify API'; displayName = 'Clockify API';
documentationUrl = 'clockify';
properties = [ properties = [
// The credentials to get from user and save encrypted. // The credentials to get from user and save encrypted.
// Properties can be defined exactly in the same way // Properties can be defined exactly in the same way

View file

@ -6,6 +6,7 @@ import {
export class CockpitApi implements ICredentialType { export class CockpitApi implements ICredentialType {
name = 'cockpitApi'; name = 'cockpitApi';
displayName = 'Cockpit API'; displayName = 'Cockpit API';
documentationUrl = 'cockpit';
properties = [ properties = [
{ {
displayName: 'Cockpit URL', displayName: 'Cockpit URL',

View file

@ -6,6 +6,7 @@ import {
export class CodaApi implements ICredentialType { export class CodaApi implements ICredentialType {
name = 'codaApi'; name = 'codaApi';
displayName = 'Coda API'; displayName = 'Coda API';
documentationUrl = 'coda';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -6,6 +6,7 @@ import {
export class CopperApi implements ICredentialType { export class CopperApi implements ICredentialType {
name = 'copperApi'; name = 'copperApi';
displayName = 'Copper API'; displayName = 'Copper API';
documentationUrl = 'copper';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -3,6 +3,7 @@ import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class CrateDb implements ICredentialType { export class CrateDb implements ICredentialType {
name = 'crateDb'; name = 'crateDb';
displayName = 'CrateDB'; displayName = 'CrateDB';
documentationUrl = 'crateDb';
properties = [ properties = [
{ {
displayName: 'Host', displayName: 'Host',

View file

@ -7,6 +7,7 @@ import {
export class CustomerIoApi implements ICredentialType { export class CustomerIoApi implements ICredentialType {
name = 'customerIoApi'; name = 'customerIoApi';
displayName = 'Customer.io API'; displayName = 'Customer.io API';
documentationUrl = 'customerIo';
properties = [ properties = [
{ {
displayName: 'App API Key', displayName: 'App API Key',

View file

@ -6,6 +6,7 @@ import {
export class DisqusApi implements ICredentialType { export class DisqusApi implements ICredentialType {
name = 'disqusApi'; name = 'disqusApi';
displayName = 'Disqus API'; displayName = 'Disqus API';
documentationUrl = 'disqus';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -6,6 +6,7 @@ import {
export class DriftApi implements ICredentialType { export class DriftApi implements ICredentialType {
name = 'driftApi'; name = 'driftApi';
displayName = 'Drift API'; displayName = 'Drift API';
documentationUrl = 'drift';
properties = [ properties = [
{ {
displayName: 'Personal Access Token', displayName: 'Personal Access Token',

View file

@ -10,6 +10,7 @@ export class DriftOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Drift OAuth2 API'; displayName = 'Drift OAuth2 API';
documentationUrl = 'drift';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -6,6 +6,7 @@ import {
export class DropboxApi implements ICredentialType { export class DropboxApi implements ICredentialType {
name = 'dropboxApi'; name = 'dropboxApi';
displayName = 'Dropbox API'; displayName = 'Dropbox API';
documentationUrl = 'dropbox';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -10,6 +10,7 @@ export class DropboxOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Dropbox OAuth2 API'; displayName = 'Dropbox OAuth2 API';
documentationUrl = 'dropbox';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -6,6 +6,7 @@ import {
export class EventbriteApi implements ICredentialType { export class EventbriteApi implements ICredentialType {
name = 'eventbriteApi'; name = 'eventbriteApi';
displayName = 'Eventbrite API'; displayName = 'Eventbrite API';
documentationUrl = 'eventbrite';
properties = [ properties = [
{ {
displayName: 'Private Key', displayName: 'Private Key',

View file

@ -10,6 +10,7 @@ export class EventbriteOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Eventbrite OAuth2 API'; displayName = 'Eventbrite OAuth2 API';
documentationUrl = 'eventbrite';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class FacebookGraphApi implements ICredentialType { export class FacebookGraphApi implements ICredentialType {
name = 'facebookGraphApi'; name = 'facebookGraphApi';
displayName = 'Facebook Graph API'; displayName = 'Facebook Graph API';
documentationUrl = 'facebookGraph';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -7,6 +7,7 @@ import {
export class FileMaker implements ICredentialType { export class FileMaker implements ICredentialType {
name = 'fileMaker'; name = 'fileMaker';
displayName = 'FileMaker API'; displayName = 'FileMaker API';
documentationUrl = 'fileMaker';
properties = [ properties = [
{ {
displayName: 'Host', displayName: 'Host',

View file

@ -7,6 +7,7 @@ import {
export class FlowApi implements ICredentialType { export class FlowApi implements ICredentialType {
name = 'flowApi'; name = 'flowApi';
displayName = 'Flow API'; displayName = 'Flow API';
documentationUrl = 'flow';
properties = [ properties = [
{ {
displayName: 'Organization ID', displayName: 'Organization ID',

View file

@ -7,6 +7,7 @@ import {
export class FreshdeskApi implements ICredentialType { export class FreshdeskApi implements ICredentialType {
name = 'freshdeskApi'; name = 'freshdeskApi';
displayName = 'Freshdesk API'; displayName = 'Freshdesk API';
documentationUrl = 'freshdesk';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class Ftp implements ICredentialType { export class Ftp implements ICredentialType {
name = 'ftp'; name = 'ftp';
displayName = 'FTP'; displayName = 'FTP';
documentationUrl = 'ftp';
properties = [ properties = [
{ {
displayName: 'Host', displayName: 'Host',

View file

@ -6,6 +6,7 @@ import {
export class GithubApi implements ICredentialType { export class GithubApi implements ICredentialType {
name = 'githubApi'; name = 'githubApi';
displayName = 'Github API'; displayName = 'Github API';
documentationUrl = 'github';
properties = [ properties = [
{ {
displayName: 'Github Server', displayName: 'Github Server',

View file

@ -10,6 +10,7 @@ export class GithubOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Github OAuth2 API'; displayName = 'Github OAuth2 API';
documentationUrl = 'github';
properties = [ properties = [
{ {
displayName: 'Github Server', displayName: 'Github Server',

View file

@ -7,6 +7,7 @@ import {
export class GitlabApi implements ICredentialType { export class GitlabApi implements ICredentialType {
name = 'gitlabApi'; name = 'gitlabApi';
displayName = 'Gitlab API'; displayName = 'Gitlab API';
documentationUrl = 'gitlab';
properties = [ properties = [
{ {
displayName: 'Gitlab Server', displayName: 'Gitlab Server',

View file

@ -10,6 +10,7 @@ export class GitlabOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Gitlab OAuth2 API'; displayName = 'Gitlab OAuth2 API';
documentationUrl = 'gitlab';
properties = [ properties = [
{ {
displayName: 'Gitlab Server', displayName: 'Gitlab Server',

View file

@ -7,6 +7,7 @@ import {
export class GoogleApi implements ICredentialType { export class GoogleApi implements ICredentialType {
name = 'googleApi'; name = 'googleApi';
displayName = 'Google API'; displayName = 'Google API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',

View file

@ -14,6 +14,7 @@ export class GoogleCalendarOAuth2Api implements ICredentialType {
'googleOAuth2Api', 'googleOAuth2Api',
]; ];
displayName = 'Google Calendar OAuth2 API'; displayName = 'Google Calendar OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -13,6 +13,7 @@ export class GoogleContactsOAuth2Api implements ICredentialType {
'googleOAuth2Api', 'googleOAuth2Api',
]; ];
displayName = 'Google Contacts OAuth2 API'; displayName = 'Google Contacts OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -15,6 +15,7 @@ export class GoogleDriveOAuth2Api implements ICredentialType {
'googleOAuth2Api', 'googleOAuth2Api',
]; ];
displayName = 'Google Drive OAuth2 API'; displayName = 'Google Drive OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,6 +9,7 @@ export class GoogleOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Google OAuth2 API'; displayName = 'Google OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -15,6 +15,7 @@ export class GoogleSheetsOAuth2Api implements ICredentialType {
'googleOAuth2Api', 'googleOAuth2Api',
]; ];
displayName = 'Google Sheets OAuth2 API'; displayName = 'Google Sheets OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -11,6 +11,7 @@ export class GoogleTasksOAuth2Api implements ICredentialType {
name = 'googleTasksOAuth2Api'; name = 'googleTasksOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Tasks OAuth2 API'; displayName = 'Google Tasks OAuth2 API';
documentationUrl = 'google';
properties = [ properties = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,6 +6,7 @@ import {
export class GumroadApi implements ICredentialType { export class GumroadApi implements ICredentialType {
name = 'gumroadApi'; name = 'gumroadApi';
displayName = 'Gumroad API'; displayName = 'Gumroad API';
documentationUrl = 'gumroad';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -6,6 +6,7 @@ import {
export class HarvestApi implements ICredentialType { export class HarvestApi implements ICredentialType {
name = 'harvestApi'; name = 'harvestApi';
displayName = 'Harvest API'; displayName = 'Harvest API';
documentationUrl = 'harvest';
properties = [ properties = [
{ {
displayName: 'Account ID', displayName: 'Account ID',

View file

@ -9,6 +9,7 @@ export class HelpScoutOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'HelpScout OAuth2 API'; displayName = 'HelpScout OAuth2 API';
documentationUrl = 'helpScout';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class HttpBasicAuth implements ICredentialType { export class HttpBasicAuth implements ICredentialType {
name = 'httpBasicAuth'; name = 'httpBasicAuth';
displayName = 'Basic Auth'; displayName = 'Basic Auth';
documentationUrl = 'httpRequest';
properties = [ properties = [
{ {
displayName: 'User', displayName: 'User',

View file

@ -7,6 +7,7 @@ import {
export class HttpDigestAuth implements ICredentialType { export class HttpDigestAuth implements ICredentialType {
name = 'httpDigestAuth'; name = 'httpDigestAuth';
displayName = 'Digest Auth'; displayName = 'Digest Auth';
documentationUrl = 'httpRequest';
properties = [ properties = [
{ {
displayName: 'User', displayName: 'User',

View file

@ -7,6 +7,7 @@ import {
export class HttpHeaderAuth implements ICredentialType { export class HttpHeaderAuth implements ICredentialType {
name = 'httpHeaderAuth'; name = 'httpHeaderAuth';
displayName = 'Header Auth'; displayName = 'Header Auth';
documentationUrl = 'httpRequest';
properties = [ properties = [
{ {
displayName: 'Name', displayName: 'Name',

View file

@ -6,6 +6,7 @@ import {
export class HubspotApi implements ICredentialType { export class HubspotApi implements ICredentialType {
name = 'hubspotApi'; name = 'hubspotApi';
displayName = 'Hubspot API'; displayName = 'Hubspot API';
documentationUrl = 'hubspot';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class HubspotDeveloperApi implements ICredentialType { export class HubspotDeveloperApi implements ICredentialType {
name = 'hubspotDeveloperApi'; name = 'hubspotDeveloperApi';
displayName = 'Hubspot API'; displayName = 'Hubspot API';
documentationUrl = 'hubspot';
properties = [ properties = [
{ {
displayName: 'Developer API Key', displayName: 'Developer API Key',

View file

@ -15,6 +15,7 @@ export class HubspotOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Hubspot OAuth2 API'; displayName = 'Hubspot OAuth2 API';
documentationUrl = 'hubspot';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -6,6 +6,7 @@ import {
export class HunterApi implements ICredentialType { export class HunterApi implements ICredentialType {
name = 'hunterApi'; name = 'hunterApi';
displayName = 'Hunter API'; displayName = 'Hunter API';
documentationUrl = 'hunter';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -7,6 +7,7 @@ import {
export class Imap implements ICredentialType { export class Imap implements ICredentialType {
name = 'imap'; name = 'imap';
displayName = 'IMAP'; displayName = 'IMAP';
documentationUrl = 'imap';
properties = [ properties = [
{ {
displayName: 'User', displayName: 'User',

View file

@ -7,6 +7,7 @@ import {
export class IntercomApi implements ICredentialType { export class IntercomApi implements ICredentialType {
name = 'intercomApi'; name = 'intercomApi';
displayName = 'Intercom API'; displayName = 'Intercom API';
documentationUrl = 'intercom';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class InvoiceNinjaApi implements ICredentialType { export class InvoiceNinjaApi implements ICredentialType {
name = 'invoiceNinjaApi'; name = 'invoiceNinjaApi';
displayName = 'Invoice Ninja API'; displayName = 'Invoice Ninja API';
documentationUrl = 'invoiceNinja';
properties = [ properties = [
{ {
displayName: 'URL', displayName: 'URL',

View file

@ -6,6 +6,7 @@ import {
export class JiraSoftwareCloudApi implements ICredentialType { export class JiraSoftwareCloudApi implements ICredentialType {
name = 'jiraSoftwareCloudApi'; name = 'jiraSoftwareCloudApi';
displayName = 'Jira SW Cloud API'; displayName = 'Jira SW Cloud API';
documentationUrl = 'jira';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',

View file

@ -6,6 +6,7 @@ import {
export class JiraSoftwareServerApi implements ICredentialType { export class JiraSoftwareServerApi implements ICredentialType {
name = 'jiraSoftwareServerApi'; name = 'jiraSoftwareServerApi';
displayName = 'Jira SW Server API'; displayName = 'Jira SW Server API';
documentationUrl = 'jira';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',

View file

@ -6,6 +6,7 @@ import {
export class JotFormApi implements ICredentialType { export class JotFormApi implements ICredentialType {
name = 'jotFormApi'; name = 'jotFormApi';
displayName = 'JotForm API'; displayName = 'JotForm API';
documentationUrl = 'jotForm';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -13,6 +13,7 @@ export class KeapOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Keap OAuth2 API'; displayName = 'Keap OAuth2 API';
documentationUrl = 'keap';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class LinkFishApi implements ICredentialType { export class LinkFishApi implements ICredentialType {
name = 'linkFishApi'; name = 'linkFishApi';
displayName = 'link.fish API'; displayName = 'link.fish API';
documentationUrl = 'linkFish';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',

View file

@ -6,6 +6,7 @@ import {
export class MailchimpApi implements ICredentialType { export class MailchimpApi implements ICredentialType {
name = 'mailchimpApi'; name = 'mailchimpApi';
displayName = 'Mailchimp API'; displayName = 'Mailchimp API';
documentationUrl = 'mailchimp';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -10,6 +10,7 @@ export class MailchimpOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Mailchimp OAuth2 API'; displayName = 'Mailchimp OAuth2 API';
documentationUrl = 'mailchimp';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class MailgunApi implements ICredentialType { export class MailgunApi implements ICredentialType {
name = 'mailgunApi'; name = 'mailgunApi';
displayName = 'Mailgun API'; displayName = 'Mailgun API';
documentationUrl = 'mailgun';
properties = [ properties = [
{ {
displayName: 'API Domain', displayName: 'API Domain',

View file

@ -6,6 +6,7 @@ import {
export class MailjetEmailApi implements ICredentialType { export class MailjetEmailApi implements ICredentialType {
name = 'mailjetEmailApi'; name = 'mailjetEmailApi';
displayName = 'Mailjet Email API'; displayName = 'Mailjet Email API';
documentationUrl = 'mailjet';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -6,6 +6,7 @@ import {
export class MailjetSmsApi implements ICredentialType { export class MailjetSmsApi implements ICredentialType {
name = 'mailjetSmsApi'; name = 'mailjetSmsApi';
displayName = 'Mailjet SMS API'; displayName = 'Mailjet SMS API';
documentationUrl = 'mailjet';
properties = [ properties = [
{ {
displayName: 'Token', displayName: 'Token',

View file

@ -7,6 +7,7 @@ import {
export class MandrillApi implements ICredentialType { export class MandrillApi implements ICredentialType {
name = 'mandrillApi'; name = 'mandrillApi';
displayName = 'Mandrill API'; displayName = 'Mandrill API';
documentationUrl = 'mandrill';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -7,6 +7,7 @@ import {
export class MattermostApi implements ICredentialType { export class MattermostApi implements ICredentialType {
name = 'mattermostApi'; name = 'mattermostApi';
displayName = 'Mattermost API'; displayName = 'Mattermost API';
documentationUrl = 'mattermost';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -6,6 +6,7 @@ import {
export class MauticApi implements ICredentialType { export class MauticApi implements ICredentialType {
name = 'mauticApi'; name = 'mauticApi';
displayName = 'Mautic API'; displayName = 'Mautic API';
documentationUrl = 'mautic';
properties = [ properties = [
{ {
displayName: 'URL', displayName: 'URL',

View file

@ -9,6 +9,7 @@ export class MauticOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Mautic OAuth2 API'; displayName = 'Mautic OAuth2 API';
documentationUrl = 'mautic';
properties = [ properties = [
{ {
displayName: 'URL', displayName: 'URL',

View file

@ -6,6 +6,7 @@ import {
export class MediumApi implements ICredentialType { export class MediumApi implements ICredentialType {
name = 'mediumApi'; name = 'mediumApi';
displayName = 'Medium API'; displayName = 'Medium API';
documentationUrl = 'medium';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -9,6 +9,7 @@ export class MediumOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Medium OAuth2 API'; displayName = 'Medium OAuth2 API';
documentationUrl = 'medium';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -3,6 +3,7 @@ import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class MessageBirdApi implements ICredentialType { export class MessageBirdApi implements ICredentialType {
name = 'messageBirdApi'; name = 'messageBirdApi';
displayName = 'MessageBird API'; displayName = 'MessageBird API';
documentationUrl = 'messageBird';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',

View file

@ -9,6 +9,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType {
'microsoftOAuth2Api', 'microsoftOAuth2Api',
]; ];
displayName = 'Microsoft OAuth2 API'; displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [ properties = [
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent //https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
{ {

View file

@ -9,6 +9,7 @@ export class MicrosoftOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Microsoft OAuth2 API'; displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -9,6 +9,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType {
'microsoftOAuth2Api', 'microsoftOAuth2Api',
]; ];
displayName = 'Microsoft OAuth2 API'; displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [ properties = [
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent //https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
{ {

View file

@ -3,6 +3,7 @@ import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class MicrosoftSql implements ICredentialType { export class MicrosoftSql implements ICredentialType {
name = 'microsoftSql'; name = 'microsoftSql';
displayName = 'Microsoft SQL'; displayName = 'Microsoft SQL';
documentationUrl = 'microsoftSql';
properties = [ properties = [
{ {
displayName: 'Server', displayName: 'Server',

View file

@ -7,6 +7,7 @@ import {
export class MoceanApi implements ICredentialType { export class MoceanApi implements ICredentialType {
name = 'moceanApi'; name = 'moceanApi';
displayName = 'Mocean Api'; displayName = 'Mocean Api';
documentationUrl = 'mocean';
properties = [ properties = [
// The credentials to get from user and save encrypted. // The credentials to get from user and save encrypted.
// Properties can be defined exactly in the same way // Properties can be defined exactly in the same way

View file

@ -6,6 +6,7 @@ import {
export class MondayComApi implements ICredentialType { export class MondayComApi implements ICredentialType {
name = 'mondayComApi'; name = 'mondayComApi';
displayName = 'Monday.com API'; displayName = 'Monday.com API';
documentationUrl = 'mondayCom';
properties = [ properties = [
{ {
displayName: 'Token V2', displayName: 'Token V2',

View file

@ -3,6 +3,7 @@ import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class MongoDb implements ICredentialType { export class MongoDb implements ICredentialType {
name = 'mongoDb'; name = 'mongoDb';
displayName = 'MongoDB'; displayName = 'MongoDB';
documentationUrl = 'mongoDb';
properties = [ properties = [
{ {
displayName: 'Configuration Type', displayName: 'Configuration Type',

View file

@ -7,6 +7,7 @@ import {
export class Msg91Api implements ICredentialType { export class Msg91Api implements ICredentialType {
name = 'msg91Api'; name = 'msg91Api';
displayName = 'Msg91 Api'; displayName = 'Msg91 Api';
documentationUrl = 'msg91';
properties = [ properties = [
// User authentication key // User authentication key
{ {

View file

@ -7,6 +7,7 @@ import {
export class MySql implements ICredentialType { export class MySql implements ICredentialType {
name = 'mySql'; name = 'mySql';
displayName = 'MySQL'; displayName = 'MySQL';
documentationUrl = 'mySql';
properties = [ properties = [
{ {
displayName: 'Host', displayName: 'Host',

View file

@ -7,6 +7,7 @@ import {
export class NextCloudApi implements ICredentialType { export class NextCloudApi implements ICredentialType {
name = 'nextCloudApi'; name = 'nextCloudApi';
displayName = 'NextCloud API'; displayName = 'NextCloud API';
documentationUrl = 'nextCloud';
properties = [ properties = [
{ {
displayName: 'Web DAV URL', displayName: 'Web DAV URL',

View file

@ -10,6 +10,7 @@ export class NextCloudOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'NextCloud OAuth2 API'; displayName = 'NextCloud OAuth2 API';
documentationUrl = 'nextCloud';
properties = [ properties = [
{ {
displayName: 'Web DAV URL', displayName: 'Web DAV URL',

View file

@ -6,6 +6,7 @@ import {
export class OAuth1Api implements ICredentialType { export class OAuth1Api implements ICredentialType {
name = 'oAuth1Api'; name = 'oAuth1Api';
displayName = 'OAuth1 API'; displayName = 'OAuth1 API';
documentationUrl = 'httpRequest';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class OAuth2Api implements ICredentialType { export class OAuth2Api implements ICredentialType {
name = 'oAuth2Api'; name = 'oAuth2Api';
displayName = 'OAuth2 API'; displayName = 'OAuth2 API';
documentationUrl = 'httpRequest';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class OpenWeatherMapApi implements ICredentialType { export class OpenWeatherMapApi implements ICredentialType {
name = 'openWeatherMapApi'; name = 'openWeatherMapApi';
displayName = 'OpenWeatherMap API'; displayName = 'OpenWeatherMap API';
documentationUrl = 'openWeatherMap';
properties = [ properties = [
{ {
displayName: 'Access Token', displayName: 'Access Token',

View file

@ -6,6 +6,7 @@ import {
export class PagerDutyApi implements ICredentialType { export class PagerDutyApi implements ICredentialType {
name = 'pagerDutyApi'; name = 'pagerDutyApi';
displayName = 'PagerDuty API'; displayName = 'PagerDuty API';
documentationUrl = 'pagerDuty';
properties = [ properties = [
{ {
displayName: 'API Token', displayName: 'API Token',

View file

@ -9,6 +9,7 @@ export class PagerDutyOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'PagerDuty OAuth2 API'; displayName = 'PagerDuty OAuth2 API';
documentationUrl = 'pagerDuty';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class PayPalApi implements ICredentialType { export class PayPalApi implements ICredentialType {
name = 'payPalApi'; name = 'payPalApi';
displayName = 'PayPal API'; displayName = 'PayPal API';
documentationUrl = 'payPal';
properties = [ properties = [
{ {
displayName: 'Client ID', displayName: 'Client ID',

View file

@ -9,6 +9,7 @@ export class PhilipsHueOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'PhilipHue OAuth2 API'; displayName = 'PhilipHue OAuth2 API';
documentationUrl = 'philipsHue';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class PipedriveApi implements ICredentialType { export class PipedriveApi implements ICredentialType {
name = 'pipedriveApi'; name = 'pipedriveApi';
displayName = 'Pipedrive API'; displayName = 'Pipedrive API';
documentationUrl = 'pipedrive';
properties = [ properties = [
{ {
displayName: 'API Token', displayName: 'API Token',

View file

@ -9,6 +9,7 @@ export class PipedriveOAuth2Api implements ICredentialType {
'oAuth2Api', 'oAuth2Api',
]; ];
displayName = 'Pipedrive OAuth2 API'; displayName = 'Pipedrive OAuth2 API';
documentationUrl = 'pipedrive';
properties = [ properties = [
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',

View file

@ -7,6 +7,7 @@ import {
export class Postgres implements ICredentialType { export class Postgres implements ICredentialType {
name = 'postgres'; name = 'postgres';
displayName = 'Postgres'; displayName = 'Postgres';
documentationUrl = 'postgres';
properties = [ properties = [
{ {
displayName: 'Host', displayName: 'Host',

View file

@ -7,6 +7,7 @@ import {
export class PostmarkApi implements ICredentialType { export class PostmarkApi implements ICredentialType {
name = 'postmarkApi'; name = 'postmarkApi';
displayName = 'Postmark API'; displayName = 'Postmark API';
documentationUrl = 'postmark';
properties = [ properties = [
{ {
displayName: 'Server API Token', displayName: 'Server API Token',

Some files were not shown because too many files have changed in this diff Show more