Aggregator is an aggregator application for Elixir based on HTTPoison (http client) and Poison (Json librairy).
If you need to call the same url based on a
If available in Hex, the package can be installed
by adding gatherer
to your list of dependencies in mix.exs
:
def deps do
[
{:gatherer, "~> 0.1.0"}
]
end
Then, update your dependencies:
$ mix deps.get
$ mix deps.compile
There is two list here:
- The first one is about the base elements to have a working dependency.
- The second list
- Handle one service
- Handle multiple services
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gatherer.