multiverse
multiverse copied to clipboard
Elixir package that allows to add compatibility layers via API gateways.
its not clear from the docs or readme whats the best way to mutate response in response_handler. can someone please guide me or add this in README. thanks
Right now `conn.resp_body` in response mutator would have IO list with a JSON-encoded response. We need a way to process the response without decoding it in each response change.
`mix multiverse.gen.changelog`
Whenever gateway is applied, it's responsibility of the package user to identify on which endpoints it should run, but it would be much nicer to be able to use route...