Github enterprise support #38

This commit is contained in:
ricardo
2020-04-02 11:05:28 -04:00
parent c5e8f9f023
commit 70c8f72b91
2 changed files with 8 additions and 2 deletions

View File

@@ -3,11 +3,16 @@ import {
NodePropertyTypes,
} from 'n8n-workflow';
export class GithubApi implements ICredentialType {
name = 'githubApi';
displayName = 'Github API';
properties = [
{
displayName: 'URL',
name: 'url',
type: 'string' as NodePropertyTypes,
default: 'https://api.github.com',
},
{
displayName: 'User',
name: 'user',