hdo-0.2: A Digital Ocean client in Haskell

Safe HaskellNone
LanguageHaskell2010

Network.DO.Net.Common

Documentation

toList :: FromJSON a => Text -> Value -> [a] Source #

class Listable a where Source #

Minimal complete definition

listEndpoint, listField

queryList :: (ComonadEnv ToolConfiguration w, Monad m, Listable b, FromJSON b) => Proxy b -> w a -> (RESTT m [b], w a) Source #