| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.ATND.Util
Description
Utility of ATND API method
- data Section
- newtype ATNDTime = ATNDTime {}
- data Person = Person {}
- fromSection :: Section -> Text
- toQueryList :: [(ByteString, Maybe [Text])] -> [(ByteString, Maybe ByteString)]
- filterQuery :: [(a, Maybe a)] -> [(a, Maybe a)]
data
ATND api type
Respresents ATND time format
Constructors
| ATNDTime | |
Fields | |
Represent an person(user or owner)
Constructors
| Person | |
Fields
| |
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.