🔨 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 {
name = 'activeCampaignApi';
displayName = 'ActiveCampaign API';
documentationUrl = 'activeCampaign';
properties = [
{
displayName: 'API URL',

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,6 +9,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType {
'microsoftOAuth2Api',
];
displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [
//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',
];
displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [
{
displayName: 'Authorization URL',

View file

@ -9,6 +9,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType {
'microsoftOAuth2Api',
];
displayName = 'Microsoft OAuth2 API';
documentationUrl = 'microsoft';
properties = [
//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 {
name = 'microsoftSql';
displayName = 'Microsoft SQL';
documentationUrl = 'microsoftSql';
properties = [
{
displayName: 'Server',

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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