MusicBrainz-0.4.1: interface to MusicBrainz XML2 and JSON web services
Network.Protocol.MusicBrainz.JSON.WebService
getRecordingById :: MonadIO m => MBID -> m (Either String Recording) Source #
getReleaseById :: MonadIO m => MBID -> m (Either String Release) Source #
searchReleasesByArtistAndRelease :: MonadIO m => Text -> Text -> Maybe Int -> Maybe Int -> m (Either String [(Int, Release)]) Source #