request
A generic HTTP GET, for any data that doesn’t have a dedicated source type yet.
sources:
standings:
source: request
params:
url: https://api.example.com/standings
Params
Returns
The parsed JSON body (dict/list) if the response’s Content-Type is application/json, otherwise
the raw response text.