speechmatics-0.1.1.0: Speechmatics api client
Speechmatics.JSON.PostJob
Description
Generated from json response, now it's type safe, see the tests
Synopsis
(.:??) :: FromJSON a => Object -> Text -> Parser (Maybe a) Source #
Workaround for https://github.com/bos/aeson/issues/287.
data PostJob Source #
Constructors
Fields
Instances
Methods
(==) :: PostJob -> PostJob -> Bool #
(/=) :: PostJob -> PostJob -> Bool #
showsPrec :: Int -> PostJob -> ShowS #
show :: PostJob -> String #
showList :: [PostJob] -> ShowS #
Associated Types
type Rep PostJob :: * -> * #
from :: PostJob -> Rep PostJob x #
to :: Rep PostJob x -> PostJob #
parseJSON :: Value -> Parser PostJob #
parseJSONList :: Value -> Parser [PostJob] #
parse :: ByteString -> Either String PostJob Source #