mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Api.Alert
Description
Alert API.
listAlerts :: Client -> IO (Either ApiError [Alert]) Source #
closeAlert :: Client -> AlertId -> String -> IO (Either ApiError Alert) Source #