drone-1.1.0

Safe HaskellNone
LanguageHaskell2010

Drone.Endpoints.Cron

Documentation

getCron :: (MonadHttp m, Client c) => c -> Text -> Text -> Text -> m (JsonResponse Cron) Source #

getCrons :: (MonadHttp m, Client c) => c -> Text -> Text -> m (JsonResponse [Cron]) Source #

createCron :: (MonadHttp m, Client c) => c -> Text -> Text -> Cron -> m (JsonResponse Cron) Source #