Safe Haskell | None |
---|---|
Language | Haskell98 |
Network.Protocol.MusicBrainz.JSON.WebService
Documentation
getRecordingById :: (MonadBaseControl IO m, MonadIO m) => MBID -> m (Either String Recording) Source #
getReleaseById :: (MonadBaseControl IO m, MonadIO m) => MBID -> m (Either String Release) Source #