reddit v0.1.1 Reddit.Client View Source
Link to this section Summary
Functions
Log in using application env, returns a client with the token applied
Log in using specified credentials, returns a client with the token applie
Link to this section Functions
Link to this function
login() View Source
Log in using application env, returns a client with the token applied
iex> login()
{:ok, %Tesla.Client{}}
Link to this function
login(client_id, secret, username, password) View Source
Log in using specified credentials, returns a client with the token applie
iex> login(client_id, secret, username, password)
{:ok, %Tesla.Client{}}