BaseResponse |
Generic network response for any type data T. data class BaseResponse<T> |
CharacterResponse |
Marvel API character network response item. data class CharacterResponse |
CharacterThumbnailResponse |
Marvel API character thumbnail network response. data class CharacterThumbnailResponse |
DataResponse |
Marvel API data network response format. data class DataResponse<T> |