Implement default precision=0 for upstream weatherapi endpoints
This commit is contained in:
@@ -43,7 +43,7 @@ config test suite.
|
||||
|
||||
- `base_url`: absolute base URL for the Weather API. Required for generation and collection workflows.
|
||||
- `timeout`: HTTP timeout duration. Default: `10s`.
|
||||
- `precision`: numeric precision query value. Default: `1`.
|
||||
- `precision`: numeric precision query value. Default: `0`, which requests integer values where supported.
|
||||
- `units`: Weather API units query value. Default: `us`.
|
||||
- `timezone`: report timezone and Weather API timezone query value where supported. Default: `America/Chicago`.
|
||||
- `format`: Weather API response format. Must be `json`. Default: `json`.
|
||||
|
||||
Reference in New Issue
Block a user