You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API is not exposing country/{country} which needs to be implemented to list cities. The route should allow only GET HTTP requests with a JSON response providing information from the historical high and low for that country, city, and given month.
As with any implementation, this addition should include at least one test function to work with the pytest runner and test framework. The test should verify a 200 response from a correct request.
The text was updated successfully, but these errors were encountered:
The current API is not exposing
country/{country}
which needs to be implemented to list cities. The route should allow onlyGET
HTTP requests with a JSON response providing information from the historical high and low for that country, city, and given month.As with any implementation, this addition should include at least one test function to work with the
pytest
runner and test framework. The test should verify a200
response from a correct request.The text was updated successfully, but these errors were encountered: