n8n-nodes-doubao-api
Version:
25 lines • 762 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DoubaoApi = void 0;
class DoubaoApi {
constructor() {
this.name = 'doubaoApi';
this.displayName = '豆包 API';
this.documentationUrl = 'https://www.doubao.com/docs/api';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
typeOptions: {
password: true,
},
default: '',
required: true,
description: '豆包 API Key,在豆包官网获取',
},
];
}
}
exports.DoubaoApi = DoubaoApi;
//# sourceMappingURL=DoubaoApi.credentials.js.map