Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).