The rest_xml.[ex|erl].eex and rest_json.[ex|erl].eex are almost the same except for the encoding/decoding of request/response. This results in a lot of code duplication which can be reduced if they are unified.
The same applies to the query.[ex|erl].eex and json.[ex|erl].eex templates.
The
rest_xml.[ex|erl].eex
andrest_json.[ex|erl].eex
are almost the same except for the encoding/decoding of request/response. This results in a lot of code duplication which can be reduced if they are unified.The same applies to the
query.[ex|erl].eex
andjson.[ex|erl].eex
templates.