Fanbox
class Fanbox(logLevel: LogLevel = LogLevel.NONE, ioDispatcher: CoroutineDispatcher = Dispatchers.IO)
Constructors
Properties
Functions
Link copied to clipboard
suspend fun addComment(postId: FanboxPostId, rootCommentId: FanboxCommentId, parentCommentId: FanboxCommentId, body: String)
Link copied to clipboard
Link copied to clipboard
suspend fun downloadPostFile(postId: FanboxPostId, itemId: FanboxPostItemId, onDownload: (Float) -> Unit): HttpStatement
Link copied to clipboard
suspend fun downloadPostImage(postId: FanboxPostId, itemId: FanboxPostItemId, onDownload: (Float) -> Unit): HttpStatement
Link copied to clipboard
suspend fun downloadPostThumbnailImage(postId: FanboxPostId, itemId: FanboxPostItemId, onDownload: (Float) -> Unit): HttpStatement
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getCreatorPosts(creatorId: FanboxCreatorId, cursor: FanboxCursor?, nextCursor: FanboxCursor?): PageCursorInfo<FanboxPost>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getPostFromQuery(query: String, creatorId: FanboxCreatorId?, page: Int): PageNumberInfo<FanboxPost>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard