drone-1.1.0

Safe HaskellNone
LanguageHaskell2010

Drone.Endpoints.Build

Documentation

getBuild :: (MonadHttp m, Client c) => c -> Text -> Text -> Int -> m (JsonResponse Build) Source #

getBuilds :: (MonadHttp m, Client c) => c -> Text -> Text -> Maybe Int -> m (JsonResponse [Build]) Source #