twitter-enumerator-0.0.3: Twitter API package with enumerator interface and Streaming API support.

Safe HaskellSafe-Infered

Web.Twitter.Enumerator.Api

Documentation

apiSource

Arguments

:: Bool

OAuth required?

-> ByteString

HTTP request method (GET or POST)

-> String

API Resource URL

-> Query

Query

-> Iteratee ByteString IO a 
-> Iteratee ByteString TW a