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

Safe HaskellNone
LanguageHaskell2010

Reddit.Login

Synopsis

Documentation

login Source #

Arguments

:: Monad m 
=> Text

Username to login with

-> Text

Password to login with

-> RedditT m LoginDetails 

Make a login request with the given username and password.