| Copyright | (c) Moritz Clasmeier 2017 2018 |
|---|---|
| License | BSD3 |
| Maintainer | mtesseract@silverratio.net |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Nakadi.EventTypes.Events
Description
This module implements the
/event-types/EVENT-TYPE/events API.
Synopsis
- eventsPublish :: (MonadNakadi b m, ToJSON a) => EventTypeName -> [a] -> m ()
Documentation
eventsPublish :: (MonadNakadi b m, ToJSON a) => EventTypeName -> [a] -> m () Source #
POST to /event-types/NAME/events. Publishes a batch of
events for the specified event type.