Skip to content

Instantly share code, notes, and snippets.

@nkreiger
Created June 22, 2021 02:16
Show Gist options
  • Save nkreiger/d0d20b349ffd639c6b88cc9efd241590 to your computer and use it in GitHub Desktop.
Save nkreiger/d0d20b349ffd639c6b88cc9efd241590 to your computer and use it in GitHub Desktop.
Boiler plate weather api config.yaml
weatherapi:
scheme: https
host: http://api.weatherapi.com/v1
endpoints:
forecast:
path: /forecast.json
method: GET
sports:
path: /sports.json
method: GET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment