ElixirAuthGithub v0.1.2 ElixirAuthGithub.HTTPoison.InMemory View Source

This is a set up to mock our API request so that we can test all of our code in ElixirAuthGithub. These are just functions that pattern match on the entries and return things in the way we expect, so that we can check the pipeline in ElixirAuthGithub.github_auth

Link to this section Summary

Link to this section Functions

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