MultiFormat
MultiFormat is a helper for Phoenix.Router when working with multi format routes.
Installation
The package can be installed by adding multi_format to your list of dependencies in mix.exs:
def deps do
[
{:multi_format, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/multi_format.