File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This node supports a wide range of web scraping operations across various platfo
3434To use this node, you'll need a ** HasData API Key** .
3535
36361 . Sign up for an account at [ HasData] ( https://hasdata.com ) .
37- 2 . Go to your [ Dashboard] ( https://dashboard .hasdata.com ) to find your API Key.
37+ 2 . Go to your [ Dashboard] ( https://app .hasdata.com ) to find your API Key.
38383 . In n8n, add a new credential of type ** HasData API** and paste your key.
3939
4040## Compatibility
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import * as path from 'path';
44import * as yaml from 'js-yaml' ;
55import { generateDescriptionFile } from './templates/description.template' ;
66
7- const API_DOCS_PATH = path . resolve ( '/Users/techvice/workspace/scrapeit-cloud /scrapeit-api-gateway-2/api-docs' ) ;
8- const OUTPUT_PATH = path . resolve ( '/Users/techvice/workspace/scrapeit-cloud/hasdata-n8n /nodes/HasData/descriptions' ) ;
7+ const API_DOCS_PATH = path . resolve ( '.. /scrapeit-api-gateway-2/api-docs' ) ;
8+ const OUTPUT_PATH = path . resolve ( '.. /nodes/HasData/descriptions' ) ;
99const CONFIG_PATH = path . join ( __dirname , 'generator-config.json' ) ;
1010
1111interface GeneratorConfig {
You can’t perform that action at this time.
0 commit comments