Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lee-dohm/execute-discourse-query
Executes a Discourse data-explorer query via the API
https://github.com/lee-dohm/execute-discourse-query
action discourse query
Last synced: about 2 months ago
JSON representation
Executes a Discourse data-explorer query via the API
- Host: GitHub
- URL: https://github.com/lee-dohm/execute-discourse-query
- Owner: lee-dohm
- License: mit
- Created: 2020-05-27T21:28:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T11:30:30.000Z (about 2 years ago)
- Last Synced: 2024-11-29T19:03:23.452Z (2 months ago)
- Topics: action, discourse, query
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Execute Discourse Query
A GitHub Action to execute a Discourse query and return the results.
## Use
### Inputs
- `discourseKey` — **required** API key used to execute the query
- `format` — The format to store the results in: either `json` or `markdown` (_default:_ `json`)
- `hostname` — **required** Hostname of the Discourse instance to submit the query to
- `id` — **required** ID of the query to execute
- `params` — JSON object containing the parameters for the query
- `path` — **required** File path to store the results in### Outputs
- `path` — File path where the results of the query were stored
## License
[MIT](LICENSE.md)