Fetcher
work in progress
This elixir library allows to fetch multiple data from data structures getting back meaningful errors
Installation
the package can be installed by adding fetcher to your list of dependencies in mix.exs:
def deps do
[
{:fetcher, "~> 0.1"}
]
end