UNPKG

n8n-nodes-putio

Version:
21 lines 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PutioApi = void 0; class PutioApi { constructor() { this.name = 'putioApi'; this.displayName = 'Put.io API'; this.documentationUrl = 'https://api.put.io/v2/docs/'; this.properties = [ { displayName: 'OAuth Token', name: 'accessToken', type: 'string', default: '', description: 'The OAuth token for Put.io API. You can get this from your Put.io account settings.', }, ]; } } exports.PutioApi = PutioApi; //# sourceMappingURL=PutioApi.credentials.js.map