Skip to content

Commit c2fcd4f

Browse files
committed
feat(apix): hourly/daily query
1 parent 2637e38 commit c2fcd4f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.openmeteo.apix.common.query
2+
3+
interface QueryDaily {
4+
val daily: Iterable<Options>
5+
interface Options
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.openmeteo.apix.common.query
2+
3+
interface QueryHourly {
4+
val hourly: Iterable<Options>
5+
interface Options
6+
}

0 commit comments

Comments
 (0)