Fix http for documentation url and add n8n nodes version information
This commit is contained in:
parent
71f3e518d7
commit
3c29681f5b
2 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
||||||
export class HttpBinApi implements ICredentialType {
|
export class HttpBinApi implements ICredentialType {
|
||||||
name = 'httpbinApi';
|
name = 'httpbinApi';
|
||||||
displayName = 'HttpBin API';
|
displayName = 'HttpBin API';
|
||||||
documentationUrl = 'http://httpbin.org/#/Auth/get_bearer';
|
documentationUrl = 'https://httpbin.org/#/Auth/get_bearer';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Token',
|
displayName: 'Token',
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"n8n": {
|
"n8n": {
|
||||||
|
"n8nNodesApiVersion": 1,
|
||||||
"credentials": [
|
"credentials": [
|
||||||
"dist/credentials/ExampleCredentials.credentials.js",
|
"dist/credentials/ExampleCredentials.credentials.js",
|
||||||
"dist/credentials/HttpBinApi.credentials.js"
|
"dist/credentials/HttpBinApi.credentials.js"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue