rollbar-hs-0.2.0.0: Core Rollbar data types and APIs.

Copyright(c) Hardy Jones 2017
LicenseBSD3
Maintainerjones3.hardy@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Rollbar.Item.Person

Description

 

Synopsis

Documentation

data Person #

The affected user.

The Email and Username associated with the latest Id will overwrite any previous.

Constructors

Person 

Instances

newtype Id #

The user's identifier. This uniquely identifies a Person to Rollbar.

Constructors

Id Text 

Instances

Eq Id # 

Methods

(==) :: Id -> Id -> Bool #

(/=) :: Id -> Id -> Bool #

Show Id # 

Methods

showsPrec :: Int -> Id -> ShowS #

show :: Id -> String #

showList :: [Id] -> ShowS #

IsString Id # 

Methods

fromString :: String -> Id #

ToJSON Id # 
FromJSON Id # 

newtype Email #

The user's email.

Constructors

Email Text