hs-twitter-0.2.8: Haskell binding to the Twitter API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Safe HaskellSafe-Infered

Web.Twitter.Types

Description

This module defines the main types that the Haskell API binding for Twitter introduces. Most importantly, if that's the word, the representation of tweets/status updates.

Synopsis

Documentation

newtype UserID Source

Constructors

UserID 

Fields

userID :: UserId
 

Instances

data Status Source

Status is the record type used to represent a ''tweet'', a status update by a user.

Instances

data RateLimit Source

RateLimit bundles up the data that the getRateLimit Twitter API call returns regarding API call limits.

Instances

data Trends Source

Trends bundles up the data that the trends Twitter Search API call returns regarding what's being majorly tweeted about.

Constructors

Trends 

Instances