reddit-0.3.0.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

-> ClientParams 
-> RedditT m LoginDetails 

Make a login request with the given username and password.