elixir_auth_google v0.1.0 ElixirAuthGoogle.HTTPoison.InMemory
In-memory storage for data while it's being processed. Because we are mocking the api requests in ElixirAuthGithub.HTTPoison.InMemory we have a separate module to delegate the functions we use to the actual HTTPoison module, so that's all we do here. Note: if you have a suggestion of a better way to do this, please share!
Link to this section Summary
Functions
get/1 using a dummy _url to test body decoding.
post/2 passing in dummy _url & _body to test return of access_token.
Link to this section Functions
Link to this function
get(arg1)
get/1 using a dummy _url to test body decoding.
Link to this function
post(url, body)
post/2 passing in dummy _url & _body to test return of access_token.