Serge Smetana
Results
2
comments of
Serge Smetana
We use direct call to HTTPoison.get ```elixir def get_diff(url, client) do headers = [{"Accept", "application/vnd.github.v3.diff"}] headers = Tentacat.authorization_header(client.auth, headers) response = HTTPoison.get!(url, headers) response.body end ```
I will look into this