ElixirAuthGithub v0.1.0 ElixirAuthGithub.HTTPoison.HTTPoison View Source

Because we are mocking the api requests in ElixirAuthGithub.HTTPoison.InMemory we have to have a separate module to delegate the functions we use to the actual HTTPoison module, so that’s all we do here.

Link to this section Summary

Link to this section Functions

Link to this function get!(url, headers, options \\ []) View Source

See HTTPoison.get!/3.

Link to this function post!(url, body, headers \\ [], options \\ []) View Source

See HTTPoison.post!/4.