luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

Add XML support to API #118

Open luka-j opened 1 year ago

luka-j commented 1 year ago

API should support XML in request/response. Current version only supports JSON.

Note that these two formats, albeit similar, are not equivalent. Try to reuse as much logic as possible, but be prepared to incorporate XML-specific things, such as root element name, or list representations. Some (most?) of these are supported by OAS3 using XML-specific properties.