File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11import {
22 IAuthenticateGeneric ,
3+ ICredentialTestRequest ,
34 ICredentialType ,
45 INodeProperties ,
56} from 'n8n-workflow' ;
@@ -25,4 +26,10 @@ export class HasDataApi implements ICredentialType {
2526 } ,
2627 } ,
2728 } ;
29+ test ?: ICredentialTestRequest = {
30+ request : {
31+ method : 'GET' ,
32+ url : 'https://api.hasdata.com/user/me' ,
33+ } ,
34+ }
2835}
Original file line number Diff line number Diff line change 11{
2- "name" : " n8n-nodes-hasdata" ,
2+ "name" : " @hasdata/ n8n-nodes-hasdata" ,
33 "version" : " 0.1.0" ,
44 "description" : " n8n node for HasData APIs" ,
55 "license" : " MIT" ,
66 "homepage" : " https://hasdata.com" ,
77 "keywords" : [
8- " n8n-community-node-package"
8+ " n8n-community-node-package" ,
9+ " hasdata"
910 ],
1011 "author" : {
1112 "name" : " HasData" ,
You can’t perform that action at this time.
0 commit comments