mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Api.GraphAnnotation
Description
GraphAnnotation API.
listGraphAnnotations :: Client -> String -> Integer -> Integer -> IO (Either ApiError [GraphAnnotation]) Source #
createGraphAnnotation :: Client -> GraphAnnotation -> IO (Either ApiError GraphAnnotation) Source #
updateGraphAnnotation :: Client -> GraphAnnotation -> IO (Either ApiError GraphAnnotation) Source #
deleteGraphAnnotation :: Client -> GraphAnnotationId -> IO (Either ApiError GraphAnnotation) Source #