suspend fun getCharacters(offset: Int, limit: Int): BaseResponse<CharacterResponse>
Get all Marvel characters by paged.
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.