I want to create a similar oracle to the ETH Price Oracle at components/eth-price-oracle, but I want it to use the SportRadar API.
I want to set and reference the SportRadar API key from the Makefile, I do not want to use an .env
file..
The request parameters for calling the SportRadar API look like this:
curl --request GET \
--url 'https://api.sportradar.com/ncaamb/trial/v8/en/games/fa15684d-0966-46e7-a3f8-f1d378692109/boxscore.json?api_key={insert-api-key} \
--header 'accept: application/json'