DBC22-1484: Added weather models and API endpoints #273
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DBC22-1484: Added weather models and API endpoints
Created API endpoint /api/weather/regional for retrieving areas regional current conditions and forecasts.
Local test URL:
http://localhost:8000/api/weather/regional
Please add the following variables in .env for accessing SAWSx API.
DRIVEBC_WEATHER_API_BASE_URL=https://sawsx-services-dev-api-gov-bc-ca.test.api.gov.bc.ca/api/v1/ec/cityforecast/
DRIVEBC_WEATHER_API_TOKEN_URL=https://dev.loginproxy.gov.bc.ca/auth/realms/apigw/protocol/openid-connect/token/
WEATHER_CLIENT_ID=
WEATHER_CLIENT_SECRET=
DRIVEBC_WEATHER_AREAS_API_BASE_URL=https://sawsx-services-dev-api-gov-bc-ca.test.api.gov.bc.ca/api/v1/ec/list/fcstareas