Discovery Image Metadata Mapper
Maps image responses to DiscoveryImageMetadata objects for the Discovery API.
This class transforms DiscoveryImageResponse lists into DiscoveryImageMetadata lists.
Functions
Link copied to clipboard
fun mapFromDiscoveryImageDataList(imageList: List<DiscoveryImageResponse>?): List<DiscoveryImageMetadata>?
Maps a list of image responses to a list of DiscoveryImageMetadata objects.