https://github.com/steineey/node-red-contrib-axios
A http request node for Node-RED. Based on the Axios http client.
https://github.com/steineey/node-red-contrib-axios
Last synced: 8 months ago
JSON representation
A http request node for Node-RED. Based on the Axios http client.
- Host: GitHub
- URL: https://github.com/steineey/node-red-contrib-axios
- Owner: steineey
- License: mit
- Created: 2022-09-05T19:20:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T19:11:32.000Z (about 1 year ago)
- Last Synced: 2024-11-27T09:16:32.579Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 947 KB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# node-red-contrib-axios
An advanced http request node for Node-RED.
Based on the [Axios](https://www.npmjs.com/package/axios) http client.[](https://www.npmjs.org/package/node-red-contrib-axios)
[](https://packagephobia.now.sh/result?p=node-red-contrib-axios)
[](https://npm-stat.com/charts.html?package=node-red-contrib-axios)
[](https://snyk.io/test/npm/node-red-contrib-axios)## Nodes of this package
This package provides two nodes.
### Http endpoint configuration node
Define your http endpoints base configuration (base URL, authentication, certificates, proxy) in a configuration node.
This is a huge benefit, because you can reuse this configuration in multiple request nodes.
### Http request node
Use this node inside your flows to make http requests.

## Example flows
Try out this cool [basics flow](https://github.com/steineey/node-red-contrib-axios/blob/master/examples/basics.json).
Or learn how to use multipart/form-data with this [flow](https://github.com/steineey/node-red-contrib-axios/blob/master/examples/form-data.json).

## More documentation
All node functions are well documented inside Node-RED.