Skip to content

channels

milan jurkulák edited this page May 2, 2024 · 1 revision

//app/org.mjdev.tvapp.repository/ApiService/channels

channels

[androidJvm]\

@GET(value = "channels.json")

abstract suspend fun channels(): ApiResponse<List<Channel>>

Clone this wiki locally