| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Drone.Endpoints.Node
Documentation
createNode :: (MonadHttp m, Client c) => c -> Node -> m (JsonResponse Node) Source #
deleteNode :: (MonadHttp m, Client c) => c -> Text -> m IgnoreResponse Source #
updateNode :: (MonadHttp m, Client c) => c -> Text -> NodePatch -> m (JsonResponse Node) Source #