-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving 'nil' for apiRequestsCount and responseTime #54
Comments
That's strange—the unit tests for |
“X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54.
Hey, sorry for the delay! I found some time for this issue, and the fix is now available in ForecastIO 5.1.0. It looks like the headers require lowercase strings, which is why you weren't getting the metadata. Sorry about that and the delay! Let me know if you still have any problems with this. |
Thanks for the update! Everything seems to be working great now. |
commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
commit 81c1ca2 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
commit 6fef7d0 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
commit 80f4766 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 20:48:33 2019 -0400 Update project settings and include swift_version in .podspec commit 54b05f9 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 20:34:59 2019 -0400 Update project settings commit 7caf689 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:53:55 2019 -0400 Squashed commit of the following: commit 6fef7d0 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project commit 21ad29c Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:49:08 2019 -0400 Squashed commit of the following: commit 81c1ca2 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project commit 3d06e05 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:44:29 2019 -0400 Squashed commit of the following: commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
commit 7621976 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 21:00:11 2019 -0400 Remove .swift-version commit 80f4766 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 20:48:33 2019 -0400 Update project settings and include swift_version in .podspec commit 54b05f9 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 20:34:59 2019 -0400 Update project settings commit 7caf689 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:53:55 2019 -0400 Squashed commit of the following: commit 6fef7d0 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project commit 21ad29c Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:49:08 2019 -0400 Squashed commit of the following: commit 81c1ca2 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:48:34 2019 -0400 Add specification for Swift 4.0 commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project commit 3d06e05 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:44:29 2019 -0400 Squashed commit of the following: commit 5d14f82 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:58 2019 -0400 Squashed commit of the following: commit 78310a5 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:43:17 2019 -0400 Update project metadata commit cf9523f Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:35:07 2019 -0400 Update Flag.nearestStation to be optional commit 8c6425b Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 19:34:48 2019 -0400 Fix CodingKeys for precipitation values commit fc3990d Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:51:26 2019 -0400 Update project settings for Swift 5 commit d1a4b7a Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:57 2019 -0400 Update bundle ID commit 9ef5b87 Author: Satyam Ghodasara <[email protected]> Date: Mon Apr 8 18:49:38 2019 -0400 Add missing resources to unit test targets commit 16473a7 Merge: e4c05f7 39b0204 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:55:40 2019 -0400 Merge branch 'master' into dev commit e4c05f7 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:07:09 2019 -0400 Update version number to 6.0.0 commit 3f0aa80 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:02:00 2019 -0400 Update CHANGELOG.md commit 7aa156f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 10:01:51 2019 -0400 Update Swift version compatibility commit f763e8d Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:25:59 2019 -0400 Update unit tests for new properties commit b98e323 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:22:50 2019 -0400 Update all unit test JSON commit 4fe3f5b Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:56:47 2019 -0400 Update flag.json and Flag unit tests commit 1616678 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:48:49 2019 -0400 Update Flag properties commit 45cd8cb Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:45:07 2019 -0400 Add new properties to DataPoint commit 31cd00f Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 15 09:44:56 2019 -0400 Changed missingResponse error to missingHeaders commit d6ecadd Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 22:36:28 2019 -0400 Update documentation commit 8a0f650 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:28:07 2019 -0400 Fixed documentation spacing commit 47b1297 Author: Satyam Ghodasara <[email protected]> Date: Thu Mar 14 21:20:58 2019 -0400 Add trailing newline commit 96eb5ff Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:51:48 2019 -0400 Updated Results unit testing with new errors commit aedd785 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 22:47:25 2019 -0400 Update error handling commit 53f0474 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:20:01 2019 -0400 Make Forecast conform to Decodable commit f90a74c Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:29 2019 -0400 Make DataBlock conform to Decodable commit 02958dd Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 17:06:10 2019 -0400 Add dedicated JSON for DataBlock testing commit 6b97eee Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:55:29 2019 -0400 Remove unused code from DataPoint and unit tests commit 33288c2 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:53:01 2019 -0400 Make Datapoint conform to Decodable commit 906e6c6 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:52:47 2019 -0400 Add dedicated JSON for DataPoint testing commit 81d0da0 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:46:52 2019 -0400 Update unit test name commit ed12834 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:40:20 2019 -0400 Make supporting classes conform to Decodable commit a180acc Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:38:08 2019 -0400 Add more rigorous testing of Flag properties commit 3b6ff9d Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:37:54 2019 -0400 Add custom keys for Flag properties commit 4bc1d40 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:57 2019 -0400 Update unit tests for Decodable Flag commit b03c87f Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:39 2019 -0400 Make Flag conform to Decodable commit e8737ac Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:19:15 2019 -0400 Add dedicated JSON for flag testing commit 944a032 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:18:47 2019 -0400 Add explicit reference to decoder commit 354fa09 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:10:25 2019 -0400 Make Units conform to Decodable commit f7e59c4 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:09:20 2019 -0400 Make Alert conform to Decoable commit b523c87 Author: Satyam Ghodasara <[email protected]> Date: Wed Mar 13 16:08:58 2019 -0400 Added dedicated JSON for alerts testing commit 69e190b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:31:39 2018 -0400 Updated Swift 4.2 badge in README.md commit 13b81a6 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:59 2018 -0400 Bumped version to 5.1.0 commit 38239ca Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:27:50 2018 -0400 Updated CHANGELOG.md commit 1147c12 Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:30 2018 -0400 Updated CocoaPod dependencies commit 6b52efa Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:22:15 2018 -0400 Fixed NSDictionary downcasting commit 88b536f Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:14:29 2018 -0400 Added more languages Hebrew and Latvian are now supported commit b00250b Author: Satyam Ghodasara <[email protected]> Date: Tue Oct 2 15:00:46 2018 -0400 Fixed string case “X-Forecast-API-Calls” and “X-Response-Time” are now lowercase from DarkSky.net. Updated source and unit tests for this interface change. GitHub Issue #54. commit 3492bdc Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:33:25 2018 -0400 Updated .travis.yml commit 726ae60 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 19:23:44 2018 -0400 Rebase commit 77420c3 Author: Satyam Ghodasara <[email protected]> Date: Sat Mar 31 12:43:14 2018 -0400 Removed reference to recovered Language.swift commit 7d76b54 Author: Satyam Ghodasara <[email protected]> Date: Fri Mar 30 17:13:28 2018 -0400 Updated project
Everything about the API and ForecastIO is working well, except having trouble with getting the metadata for the apiRequestsCount and responseTime. Not sure if the issue is in my code, in ForecastIO, or in the DarkSky API
My code:
Returns:
The text was updated successfully, but these errors were encountered: