lee-dohm/execute-discourse-query
Executes a Discourse data-explorer query via the API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| discourseKey | The "all users" API key for your Discourse instance | yes | — |
| format | The format to store the results in: either 'json' or 'markdown' | — | json |
| hostname | Hostname of your Discourse instance | yes | — |
| id | ID of the query to execute | yes | — |
| params | JSON object containing the parameters for the query | — | — |
| path | File path to store the results in | yes | — |
Outputs
| name | description |
|---|---|
| path | File path where the results were stored |