Open dfischer opened 8 years ago
@dfischer - It certainly looks like you discovered an issue. I am able to reproduce exactly what you're seeing. For some reason, the HTTP client module isn't loading correctly when included in a mix project.
I'm going to research a better solution, but you should be able to add a config entry to your config/config.ex
:
config :virus_total, http_client: VirusTotal.Client
then run:
mix deps.clean --all
mix deps.get
mix deps.compile
I am a noob to elixir so forgive me... but I am following docs (with a valid key) and I get this:
Am I missing something?
And I'm runnining
iex -S mix
in project dir.