A Gateway to fetch external content for 3rd party services.
If available in Hex, the package can be installed as:
- Add
content_gateway
to your list of dependencies inmix.exs
:
def deps do
[{:content_gateway, "~> 0.1.0"}]
end
- Ensure
content_gateway
is started before your application:
def application do
[applications: [:content_gateway]]
end