MusicBrainz-0.4.1: interface to MusicBrainz XML2 and JSON web services
Safe HaskellNone
LanguageHaskell98

Network.Protocol.MusicBrainz.JSON.WebService

Documentation

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 #