drone-1.0.1

Safe HaskellNone
LanguageHaskell2010

Drone.Endpoints.Log

Documentation

getLogs :: (MonadHttp m, Client c) => c -> Text -> Text -> Int -> Int -> Int -> m (JsonResponse [Line]) Source #

purgeLogs :: (MonadHttp m, Client c) => c -> Text -> Text -> Int -> Int -> Int -> m IgnoreResponse Source #