jirikuncar/REST Recorder
Record statistics from REST endpoints.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | URL of an REST endpoint (application/json). | yes | https://api.github.com/notifications |
| authentication | The authentication header | no | "" |
| jq | Process JSON response with JQ query | no | . |
Outputs
| name | description |
|---|---|
| response | The response from the endpoint |
| time | The time we received the response |