poetree icon indicating copy to clipboard operation
poetree copied to clipboard

update getting topics to paging data

Open github-actions[bot] opened this issue 3 years ago • 0 comments

https://github.com/MamboBryan/poetree/blob/3659a81754c302c09c55c8168b88893658050bae/common/src/commonMain/kotlin/com/mambo/poetree/data/repositories/TopicsRepository.kt#L27



    suspend fun get(topicId: Int) = poemsApi.getTopic(topicId)

    // TODO: update getting topics to paging data
    suspend fun getTopics(page:Int) = poemsApi.getTopics(page= page)

}

github-actions[bot] avatar Oct 17 '22 06:10 github-actions[bot]