toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.api
/
TraktCommentsApi
Trakt
Comments
Api
class
TraktCommentsApi
(
client
:
HttpClient
)
Members
Constructors
Trakt
Comments
Api
Link copied to clipboard
constructor
(
client
:
HttpClient
)
Functions
delete
Comment
Link copied to clipboard
suspend
fun
deleteComment
(
id
:
Int
)
:
TraktComment
get
Comment
Link copied to clipboard
suspend
fun
getComment
(
id
:
Int
)
:
TraktComment
get
Comment
Replies
Link copied to clipboard
suspend
fun
getCommentReplies
(
id
:
Int
)
:
List
<
TraktComment
>
post
Comment
Link copied to clipboard
suspend
fun
postComment
(
comment
:
TraktPostComment
)
:
TraktCheckin.Active
post
Comment
Replies
Link copied to clipboard
suspend
fun
postCommentReplies
(
id
:
Int
,
comment
:
TraktPostComment
)
:
List
<
TraktComment
>
update
Comment
Link copied to clipboard
suspend
fun
updateComment
(
id
:
Int
,
comment
:
TraktPostComment
)
:
TraktComment