Book Information
data class BookInformation(val id: String, val title: String, val subtitle: String = "", val coverUri: Uri = Uri.EMPTY, val author: String, val description: String, val tags: List<String> = emptyList(), val publishingHouse: String, val wordCount: WordCount, val lastUpdated: LocalDateTime, val isComplete: Boolean)
书本详情接口
Since
Api 4