getPage

abstract suspend fun getPage(limit: Int, offset: Int): List<AiGenerationResult>(source)

Loads SDAI data through getPage.

Return

Result produced by getPage.

Author

Dmitriy Moroz

Parameters

limit

limit value consumed by the API.

offset

offset value consumed by the API.