We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//app/org.mjdev.tvapp.repository/ApiService/epg
[androidJvm]\
@GET(value = "guides.json")
abstract suspend fun epg(): ApiResponse<List<Epg>>