Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Event | |
|
sendEvent :: MonadHoneycomb client m => Event -> m () Source #
sendBatchedEvents :: MonadHoneycomb client m => Vector Event -> m (Vector BatchResponse) Source #
sendBatchedEvents' :: MonadHoneycomb client m => BatchOptions -> Vector Event -> m (Vector BatchResponse) Source #
newtype BatchResponse Source #
Instances
FromJSON BatchResponse Source # | |
Defined in Honeycomb.API.Events parseJSON :: Value -> Parser BatchResponse # parseJSONList :: Value -> Parser [BatchResponse] # | |
Show BatchResponse Source # | |
Defined in Honeycomb.API.Events showsPrec :: Int -> BatchResponse -> ShowS # show :: BatchResponse -> String # showList :: [BatchResponse] -> ShowS # |
newtype BatchOptions Source #
Instances
Read BatchOptions Source # | |
Defined in Honeycomb.API.Events readsPrec :: Int -> ReadS BatchOptions # readList :: ReadS [BatchOptions] # | |
Show BatchOptions Source # | |
Defined in Honeycomb.API.Events showsPrec :: Int -> BatchOptions -> ShowS # show :: BatchOptions -> String # showList :: [BatchOptions] -> ShowS # |