It would be really nice to be able to combine data types, such as combining conditions, forecast, and almanac into one call. Many weather applications are going to want all three of these things displayed. My app is making three calls each time the a request is made. This seems inefficient, and if I make just four requests in a minute (not hard to do when testing the app), I go over my 10 calls/minute limit.
There should be a way to combine data types into one call.
There should be a way to combine data types into one call.