scratcher_httpoison (Scratcher.HTTPoison)
Scratcher.HTTPoison is module for using HTTPoison as Scratcher’s HTTP Client.
Installation
If available in Hex, the package can be installed
by adding scratcher_httpoison to your list of dependencies in mix.exs:
def deps do
[
{:scratcher_httpoison, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scratcher_httpoison.