Skip to content

streams

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

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

streams

[androidJvm]\

@GET(value = "streams.json")

abstract suspend fun streams(): ApiResponse<List<Stream>>

Clone this wiki locally