pubnub-1.1.1: PubNub Haskell SDK

Safe HaskellNone

Network.Pubnub.Types

Documentation

data Auth Source

Constructors

Auth 

Fields

chan :: Maybe Text
 
authKeys :: [Text]
 
r :: Bool
 
w :: Bool
 
ttl :: Int
 

Instances

data HereNow Source

Constructors

HereNow 

Fields

uuids :: [UUID]
 
herenowOccupancy :: Occupancy
 

data History a Source

Constructors

History [a] Integer Integer 

Instances