TD.Query.GetMe
data GetMe Source #
Returns the current user. Returns User
User
Constructors
Defined in TD.Query.GetMe
Methods
toJSON :: GetMe -> Value #
toEncoding :: GetMe -> Encoding #
toJSONList :: [GetMe] -> Value #
toEncodingList :: [GetMe] -> Encoding #
showsPrec :: Int -> GetMe -> ShowS #
show :: GetMe -> String #
showList :: [GetMe] -> ShowS #
(==) :: GetMe -> GetMe -> Bool #
(/=) :: GetMe -> GetMe -> Bool #
shortShow :: GetMe -> String Source #