toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.api
/
SearchApi
/
forTvShows
for
Tv
Shows
fun
forTvShows
(
query
:
String
,
page
:
Int
?
=
null
,
language
:
LocaleCode
?
=
null
,
firstAirDateYear
:
Int
?
=
null
)
:
Flow.Publisher
<
PaginatedListResults
<
TvListResult
>
>