atndapi-0.1.0.0: An interface of ATND API

Safe HaskellNone
LanguageHaskell2010

Web.ATND.Util

Contents

Description

Utility of ATND API method

Synopsis

data

data Section Source

ATND api type

Constructors

UserApi 
EventApi 

newtype ATNDTime Source

Respresents ATND time format

Constructors

ATNDTime 

Fields

unATNDTime :: UTCTime
 

data Person Source

Represent an person(user or owner)

method

fromSection :: Section -> Text Source

convert ATND api type to path

toQueryList :: [(ByteString, Maybe [Text])] -> [(ByteString, Maybe ByteString)] Source

Make query list

filterQuery :: [(a, Maybe a)] -> [(a, Maybe a)] Source

Remove Nothing from query list.