yql-0.0.0: A YQL engine to execute Open Data Tables

Safe HaskellNone
LanguageHaskell2010

Language.JavaScript.Host.YQL.Rest

Documentation

request :: OpenDataTable -> Select -> JavaScriptT YQLM Object Source

yqlRestAcceptCallImpl :: Object -> InternalCallType YQLM Source

yqlRestContentTypeCallImpl :: Object -> InternalCallType YQLM Source

yqlRestDecompressCallImpl :: Object -> InternalCallType YQLM Source

yqlRestDelCallImpl :: InternalCallType YQLM Source

yqlRestGetCallImpl :: InternalCallType YQLM Source

yqlRestHeadCallImpl :: InternalCallType YQLM Source

yqlRestPathCallImpl :: InternalCallType YQLM Source

yqlRestPostCallImpl :: InternalCallType YQLM Source

yqlRestPutCallImpl :: InternalCallType YQLM Source

yqlRestQueryCallImpl :: Object -> InternalCallType YQLM Source

yqlRestTimeoutCallImpl :: InternalCallType YQLM Source

wrappedHttpCall :: YQLM Result -> JavaScriptT YQLM CallValue Source

jsonToValue :: (Functor m, Monad m) => Value -> JavaScriptT m Value Source