DiscoveryIDConversionService

Interface for ID conversion API calls in the Discovery API.

Functions

Link copied to clipboard
@GET(value = "/discovery/v2/ids/{host}")
abstract suspend fun getDiscoveryIds(@Path(value = "host") host: String?, @Query(value = "id") ids: String): Response<List<String>?>

Converts legacy IDs to Discovery IDs.