Moved APIkey helper text, and fixed linter complaints

This commit is contained in:
Martin Andrews
2023-09-06 08:41:12 +00:00
parent e5167f3e20
commit 19824bf339
2 changed files with 32 additions and 29 deletions
@@ -4,12 +4,15 @@ class GoogleMakerSuite implements INodeCredential {
label: string
name: string
version: number
description: string
inputs: INodeParams[]
constructor() {
this.label = 'Google MakerSuite'
this.name = 'googleMakerSuite'
this.version = 1.0
this.description =
'Use the <a target="_blank" href="https://makersuite.google.com/app/apikey">Google MakerSuite API credential site</a> to get this key.'
this.inputs = [
{
label: 'MakerSuite API Key',