core / com.vmadalin.core.network.repositiories / MarvelRepository / getCharacters

getCharacters

suspend fun getCharacters(offset: Int, limit: Int): BaseResponse<CharacterResponse>

Get all Marvel characters by paged.

Parameters

offset - Skip the specified number of resources in the result set.

limit - Limit the result set to the specified number of resources.

Return
Response for comic characters resource.