mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Api.Metadata
Description
Metadata API.
getMetadata :: Client -> String -> String -> IO (Either ApiError Value) Source #
putMetadata :: Client -> String -> String -> Value -> IO (Either ApiError ()) Source #
deleteMetadata :: Client -> String -> String -> IO (Either ApiError ()) Source #
listMetadata :: Client -> String -> IO (Either ApiError [Metadata]) Source #