Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
Kitsu
Kitsu
object
Kitsu
(
source
)
Members
Types
Kitsu
Response
Link copied to clipboard
data
class
KitsuResponse
(
val
data
:
Kitsu.KitsuResponse.Data
?
=
null
)
Properties
is
Enabled
Link copied to clipboard
var
isEnabled
:
Boolean
Functions
get
Episodes
Details
Link copied to clipboard
suspend
fun
getEpisodesDetails
(
malId
:
String
?
,
anilistId
:
String
?
,
isResponseRequired
:
Boolean
=
true
)
:
Map
<
Int
,
Kitsu.KitsuResponse.Node
>
?
get
Kitsu
Episodes
Details
Link copied to clipboard
suspend
fun
getKitsuEpisodesDetails
(
id
:
String
,
site
:
String
)
:
Map
<
Int
,
Kitsu.KitsuResponse.Node
>
?