multiverse icon indicating copy to clipboard operation
multiverse copied to clipboard

Elixir package that allows to add compatibility layers via API gateways.

Results 6 multiverse issues
Sort by recently updated
recently updated
newest added

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...