Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
fetchArtistsAction :: (ArtistQuery :<: f, ArtistCommand :<: f) => Env -> WikiMusicUser -> Limit -> Offset -> Maybe Text -> Maybe Text -> Free f (Either ArtistError GetArtistsQueryResponse) Source #
insertArtistsAction :: (ArtistCommand :<: f, ArtistQuery :<: f) => Env -> WikiMusicUser -> InsertArtistsRequest -> Free f (Either ArtistError InsertArtistsCommandResponse) Source #
insertArtistCommentsAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> InsertArtistCommentsRequest -> Free f (Either ArtistError InsertArtistCommentsCommandResponse) Source #
insertArtistArtworksAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> InsertArtistArtworksRequest -> Free f (Either ArtistError InsertArtistArtworksCommandResponse) Source #
upsertArtistOpinionsAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> UpsertArtistOpinionsRequest -> Free f (Either ArtistError UpsertArtistOpinionsCommandResponse) Source #
deleteArtistsByIdentifierAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> UUID -> Free f (Either ArtistError ()) Source #
deleteArtistCommentsByIdentifierAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> UUID -> Free f (Either ArtistError ()) Source #
deleteArtistOpinionsByIdentifierAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> UUID -> Free f (Either ArtistError ()) Source #
deleteArtistArtworksByIdentifierAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> UUID -> Free f (Either ArtistError ()) Source #
updateArtistArtworksOrderAction :: ArtistCommand :<: f => Env -> WikiMusicUser -> ArtistArtworkOrderUpdateRequest -> Free f (Either ArtistError ()) Source #
updateArtistAction :: (ArtistCommand :<: f, ArtistQuery :<: f) => Env -> WikiMusicUser -> ArtistDeltaRequest -> Free f (Either ArtistError ()) Source #
fetchArtistAction :: (ArtistQuery :<: f, ArtistCommand :<: f) => Env -> WikiMusicUser -> UUID -> Maybe Text -> Maybe Text -> Free f (Either ArtistError GetArtistsQueryResponse) Source #
searchArtistsAction :: (ArtistQuery :<: f, ArtistCommand :<: f) => Env -> WikiMusicUser -> Limit -> Offset -> Maybe Text -> Maybe Text -> Text -> Free f (Either ArtistError GetArtistsQueryResponse) Source #