CURL

#Simpel curl kald

curl -X 'GET' \
  'https://openapi.carnot.dk/openapi/get_predict?energysource={{ predictiontype}}&region={{region}}&daysahead={{no_days}}' \
  -H 'accept: application/json' \
  -H 'apikey: {{ api-key }}' \
  -H 'username: {{ username }}'

Last updated