mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- Remove old api and response
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
package com.appttude.h_mal.atlas_weather.data.network.response.weather
|
|
||||||
|
|
||||||
import com.appttude.h_mal.atlas_weather.EGLL
|
|
||||||
import com.appttude.h_mal.atlas_weather.EGWU
|
|
||||||
import com.appttude.h_mal.atlas_weather.F8628
|
|
||||||
import com.google.gson.annotations.SerializedName
|
|
||||||
|
|
||||||
|
|
||||||
data class Stations (
|
|
||||||
@SerializedName("EGWU" ) var EGWU : EGWU? = EGWU(),
|
|
||||||
@SerializedName("EGLC" ) var EGLC : EGLC? = EGLC(),
|
|
||||||
@SerializedName("EGLL" ) var EGLL : EGLL? = EGLL(),
|
|
||||||
@SerializedName("D5621" ) var D5621 : D5621? = D5621(),
|
|
||||||
@SerializedName("F8628" ) var F8628 : F8628? = F8628()
|
|
||||||
)
|
|
||||||
@@ -19,7 +19,6 @@ data class WeatherApiResponse(
|
|||||||
@SerializedName("description") var description: String? = null,
|
@SerializedName("description") var description: String? = null,
|
||||||
@SerializedName("days") var days: ArrayList<Days> = arrayListOf(),
|
@SerializedName("days") var days: ArrayList<Days> = arrayListOf(),
|
||||||
@SerializedName("alerts") var alerts: ArrayList<String> = arrayListOf(),
|
@SerializedName("alerts") var alerts: ArrayList<String> = arrayListOf(),
|
||||||
// @SerializedName("stations") var stations: Stations? = Stations(),
|
|
||||||
@SerializedName("currentConditions") var currentConditions: CurrentConditions? = CurrentConditions()
|
@SerializedName("currentConditions") var currentConditions: CurrentConditions? = CurrentConditions()
|
||||||
): DataMapper<FullWeather> {
|
): DataMapper<FullWeather> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user