Fix typo
This commit is contained in:
parent
6c9ca39c86
commit
0532b65cea
@ -5,10 +5,10 @@ import retrofit2.http.GET
|
|||||||
import retrofit2.http.Query
|
import retrofit2.http.Query
|
||||||
|
|
||||||
data class BrightSkyResult(
|
data class BrightSkyResult(
|
||||||
val weather: Array<BrightSkyResultWether>
|
val weather: Array<BrightSkyResultWeather>
|
||||||
)
|
)
|
||||||
|
|
||||||
data class BrightSkyResultWether(
|
data class BrightSkyResultWeather(
|
||||||
val timestamp: String?,
|
val timestamp: String?,
|
||||||
@SerializedName("source_id") val sourceId: Int?,
|
@SerializedName("source_id") val sourceId: Int?,
|
||||||
@SerializedName("cloud_cover") val cloudCover: Double?,
|
@SerializedName("cloud_cover") val cloudCover: Double?,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user