twitter-feed-0.2.0.10: Client for fetching Twitter timeline via Oauth

LicenseMIT (see the file LICENSE)
MaintainerJustin Leitgeb <justin@stackbuilders.com>
Safe HaskellNone
LanguageHaskell2010

Web.Twitter.Types

Description

Types for working with the twitter API.

Synopsis

Documentation

data Tweet Source #

Represent a tweet as plain text

Constructors

Tweet 

Fields

data SimpleTweet Source #

Represents a tweet as HTML

Constructors

SimpleTweet 

Fields

data Link Source #

Represent a link as HTML

Constructors

Link 

Fields

data Entities Source #

Represent a list of all tweet references

Constructors

Entities 

Fields

data URLEntity Source #

Represent a url reference

Constructors

URLEntity 

Fields

data UserEntity Source #

Represent a user reference

Constructors

UserEntity 

Fields

data MediaEntity Source #

Represent a media reference

Constructors

MediaEntity 

Fields