{"id":50968838,"url":"https://github.com/csteinba/node-red-contrib-fetch","last_synced_at":"2026-06-18T23:32:31.946Z","repository":{"id":362215363,"uuid":"1255370932","full_name":"csteinba/node-red-contrib-fetch","owner":"csteinba","description":"A Node-RED node that uses the Fetch API to make HTTP requests.","archived":false,"fork":false,"pushed_at":"2026-06-03T05:47:41.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T07:28:40.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csteinba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T18:43:12.000Z","updated_at":"2026-06-03T05:47:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/csteinba/node-red-contrib-fetch","commit_stats":null,"previous_names":["csteinba/node-red-contrib-fetch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/csteinba/node-red-contrib-fetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csteinba%2Fnode-red-contrib-fetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csteinba%2Fnode-red-contrib-fetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csteinba%2Fnode-red-contrib-fetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csteinba%2Fnode-red-contrib-fetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csteinba","download_url":"https://codeload.github.com/csteinba/node-red-contrib-fetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csteinba%2Fnode-red-contrib-fetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34511617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-18T23:32:31.791Z","updated_at":"2026-06-18T23:32:31.916Z","avatar_url":"https://github.com/csteinba.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-contrib-fetch\n\nA simple Node-RED node for fetching data from HTTP endpoints using the `fetch` API.\n\n## Install\n\n```bash\nnpm install node-red-contrib-fetch\n```\n\n## Features\n\n- GET, POST, PUT, DELETE and other HTTP methods\n- Custom request headers\n- JSON and text payload handling\n- Outputs the response body as `msg.payload`\n\n## Usage\n\n- **Endpoint node**: configure a `fetch-endpoint` with `baseURL`, optional Basic Auth (`username`/`password`), API key (`apiKeyKey`/`apiKeyValue`), and TLS options (`caCertPath`, `rejectUnauthorized`). The endpoint's `baseURL` is prepended to request `url` values.\n\n- **Request node**: the `fetch-request` node selects an Endpoint and makes HTTP requests. Key properties:\n- **Method**: HTTP verb (GET, POST, PUT, PATCH, DELETE, ...).\n- **URL**: path appended to the endpoint `baseURL` (or set `msg.url` to override at runtime).\n- **Params / Headers**: editable lists with typed inputs (`str`, `msg`, `flow`, `global`) for keys and values.\n- **Return type**: `json`, `text`, or `arraybuffer` — parsed into `msg.payload`.\n- **Return headers/status**: enable to put response headers into `msg.headers` and status code into `msg.statusCode`.\n- **Validate status**: treat non-2xx responses as errors when enabled.\n- **Keep-Alive / Timeout**: reuse connections and set request timeout (ms).\n\n## Message properties\n\n- `msg.payload` — request body (for POST/PUT/PATCH/DELETE) and parsed response body on output.\n- `msg.headers` — custom request headers (can also be provided via node config).\n- `msg.params` — request query parameters (can also be provided via node config).\n- `msg.url` — when set, overrides the node's configured `URL` for that message.\n\n## Node status\n\n- Status tags: `s` = successful requests (2xx), `err` = failed requests, `rt` = last response runtime (ms).\n- Colors: green = success, blue = in progress, red = failed.\n\nFor details and examples see the node edit dialogs in the Node-RED editor.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsteinba%2Fnode-red-contrib-fetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsteinba%2Fnode-red-contrib-fetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsteinba%2Fnode-red-contrib-fetch/lists"}