View Source Reddit.Client (reddit v0.2.0)
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
Log in using application env, returns a client with the token applied
iex> login()
{:ok, %Tesla.Client{}}
Log in using specified credentials, returns a client with the token applie
iex> login(client_id, secret, username, password)
{:ok, %Tesla.Client{}}