Match
Match
Match metadata to one OpenMusicMetadata resource.
Use match when you have metadata and need one canonical OpenMusicMetadata resource.
GET /match/song?name=blue&artist=example
GET /match/album?name=blue&artist=example
GET /match/artist?name=exampleSong matching can use album name as extra context.
GET /match/song?name=blue&album=example&artist=artistAlbum matching can use artist name as extra context.
GET /match/album?name=example&artist=artistArtist matching only uses artist name.
GET /match/artist?name=artistThe response is Single<Song | Album | Artist>. The returned type matches the requested type.