| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Exhentai.API.Auth
Synopsis
- data Credential = Credential {}
- auth :: MonadHttpState m => Credential -> m ()
Documentation
data Credential Source #
Constructors
| Credential | |
Fields
| |
Instances
| Eq Credential Source # | |
Defined in Web.Exhentai.API.Auth | |
| Show Credential Source # | |
Defined in Web.Exhentai.API.Auth Methods showsPrec :: Int -> Credential -> ShowS # show :: Credential -> String # showList :: [Credential] -> ShowS # | |
auth :: MonadHttpState m => Credential -> m () Source #
Authenticates and loads user preferences. This should be called before any other functions are called