DiscoveryIDConversionQueryMapper

Maps a list of IDs to a query string for the Ticketmaster Discovery API.

This class converts a list of IDs into a comma-separated query string.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fromIDList(idConversionList: List<String>): String

Converts a list of IDs to a comma-separated query string.