linode-v4-0.1.0.2: Haskell wrapper for the Linode v4 API

Safe HaskellNone
LanguageHaskell2010

Network.Linode.Api

Documentation

get :: FromJSON a => [String] -> IO (Maybe a) Source #

delete :: FromJSON a => [String] -> IO (Maybe a) Source #

sendJson :: ToJSON a => FromJSON b => String -> [String] -> a -> IO (Maybe b) Source #

post :: ToJSON a => FromJSON b => [String] -> a -> IO (Maybe b) Source #

put :: ToJSON a => FromJSON b => [String] -> a -> IO (Maybe b) Source #