We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2637e38 commit c2fcd4fCopy full SHA for c2fcd4f
2 files changed
lib/src/main/kotlin/com/openmeteo/apix/common/query/QueryDaily.kt
@@ -0,0 +1,6 @@
1
+package com.openmeteo.apix.common.query
2
+
3
+interface QueryDaily {
4
+ val daily: Iterable<Options>
5
+ interface Options
6
+}
lib/src/main/kotlin/com/openmeteo/apix/common/query/QueryHourly.kt
+interface QueryHourly {
+ val hourly: Iterable<Options>
0 commit comments