| Safe Haskell | Safe-Infered |
|---|
Web.Twitter.Enumerator.Api
Documentation
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 |
Constructors
| UserIdParam UserId | |
| ScreenNameParam String |
Constructors
| ListIdParam Integer | |
| ListNameParam String |
mkUserParam :: UserParam -> QuerySource
mkListParam :: ListParam -> QuerySource