reddit-0.1.1.0: Library for interfacing with Reddit's API

Safe HaskellNone
LanguageHaskell2010

Reddit.Login

Synopsis

Documentation

login Source

Arguments

:: MonadIO m 
=> Text

Username to login with

-> Text

Password to login with

-> RedditT m LoginDetails 

Make a login request with the given username and password.