Safe Haskell | None |
---|---|
Language | Haskell98 |
Host API.
Documentation
createHost :: Client -> HostCreate -> IO (Either ApiError HostId) Source #
updateHost :: Client -> HostId -> HostCreate -> IO (Either ApiError HostId) Source #
updateHostStatus :: Client -> HostId -> HostStatus -> IO (Either ApiError Bool) Source #