datarobot-1.0.1: Client for DataRobot API
DataRobot.API
data JSONError Source #
Constructors
Instances
Methods
showsPrec :: Int -> JSONError -> ShowS #
show :: JSONError -> String #
showList :: [JSONError] -> ShowS #
toException :: JSONError -> SomeException #
fromException :: SomeException -> Maybe JSONError #
displayException :: JSONError -> String #
parseResponse :: (FromJSON a, MonadThrow m) => Response ByteString -> m a Source #
endpoint :: URI -> [String] -> String Source #