abrarhayat/Send REST API request
Send a REST API request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to send the request to | yes | — |
| method | The HTTP method to use (GET, POST, PUT, DELETE) | yes | — |
| headers | The headers to include in the request | no | — |
| body | The body of the request | no | — |
| attachment-dir | The directory to attach files from | no | — |
Outputs
| name | description |
|---|---|
| response | The response from the API |