mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add missing docs urls (#1911)
This commit is contained in:
parent
7994a41f0b
commit
3f749ec789
|
@ -6,6 +6,7 @@ import {
|
||||||
export class BeeminderApi implements ICredentialType {
|
export class BeeminderApi implements ICredentialType {
|
||||||
name = 'beeminderApi';
|
name = 'beeminderApi';
|
||||||
displayName = 'Beeminder API';
|
displayName = 'Beeminder API';
|
||||||
|
documentationUrl = 'beeminder';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'User',
|
displayName: 'User',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class GetResponseApi implements ICredentialType {
|
export class GetResponseApi implements ICredentialType {
|
||||||
name = 'getResponseApi';
|
name = 'getResponseApi';
|
||||||
displayName = 'GetResponse API';
|
displayName = 'GetResponse API';
|
||||||
|
documentationUrl = 'getResponse';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class GitPassword implements ICredentialType {
|
export class GitPassword implements ICredentialType {
|
||||||
name = 'gitPassword';
|
name = 'gitPassword';
|
||||||
displayName = 'Git';
|
displayName = 'Git';
|
||||||
|
documentationUrl = 'git';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Username',
|
displayName: 'Username',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class NasaApi implements ICredentialType {
|
export class NasaApi implements ICredentialType {
|
||||||
name = 'nasaApi';
|
name = 'nasaApi';
|
||||||
displayName = 'NASA API';
|
displayName = 'NASA API';
|
||||||
|
documentationUrl = 'nasa';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class PostHogApi implements ICredentialType {
|
export class PostHogApi implements ICredentialType {
|
||||||
name = 'postHogApi';
|
name = 'postHogApi';
|
||||||
displayName = 'PostHog API';
|
displayName = 'PostHog API';
|
||||||
|
documentationUrl = 'postHog';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'URL',
|
displayName: 'URL',
|
||||||
|
|
|
@ -9,6 +9,7 @@ export class PushbulletOAuth2Api implements ICredentialType {
|
||||||
'oAuth2Api',
|
'oAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Pushbullet OAuth2 API';
|
displayName = 'Pushbullet OAuth2 API';
|
||||||
|
documentationUrl = 'pushbullet';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Authorization URL',
|
displayName: 'Authorization URL',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class UProcApi implements ICredentialType {
|
export class UProcApi implements ICredentialType {
|
||||||
name = 'uprocApi';
|
name = 'uprocApi';
|
||||||
displayName = 'uProc API';
|
displayName = 'uProc API';
|
||||||
|
documentationUrl = 'uProc';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Email',
|
displayName: 'Email',
|
||||||
|
|
Loading…
Reference in a new issue