abrarhayat/Send REST API request
Send a REST API request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 16, 2025
- License
- Apache 2.0
Pinned Snippet
uses: abrarhayat/rest-client-js-action@856d2d9ace3a43b2fcc46f2790ca2d5934722c15 # v1tags can be moved; commit SHAs can't. why a SHA?
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 |