Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirikuncar/recorder
GitHub action for recording data from REST APIs.
https://github.com/jirikuncar/recorder
curl github-actions jq statistics
Last synced: about 1 month ago
JSON representation
GitHub action for recording data from REST APIs.
- Host: GitHub
- URL: https://github.com/jirikuncar/recorder
- Owner: jirikuncar
- License: mit
- Created: 2019-10-18T08:57:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T11:27:55.000Z (about 5 years ago)
- Last Synced: 2024-10-31T10:47:41.631Z (2 months ago)
- Topics: curl, github-actions, jq, statistics
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recorder action
This action requests data from defined REST endpoint and processes them using `jq` query.
## Inputs
### `endpoint`
**Required** The URL of the endpoint to request.
### `authentication`
The value used for `Authentication` header.
### `jq`
The jq query used for processing of the endpoint response.
## Outputs
### `response`
The processed response from the endpoint/
### `time`
The time we processed the request.
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE).