TraktCommentsApi

class TraktCommentsApi(client: HttpClient)

Constructors

Link copied to clipboard
constructor(client: HttpClient)

Functions

Link copied to clipboard
suspend fun deleteComment(id: Int): TraktComment
Link copied to clipboard
suspend fun getComment(id: Int): TraktComment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun updateComment(id: Int, comment: TraktPostComment): TraktComment