data-transfer-project icon indicating copy to clipboard operation
data-transfer-project copied to clipboard

Support XML based APIs

Open olsona opened this issue 7 years ago • 1 comments

Some APIs use XML instead of JSON, such as Shutterfly.

Shouldn't be that hard to add support: http://www.baeldung.com/jackson-xml-serialization-and-deserialization

olsona avatar Jan 30 '18 16:01 olsona

There's nothing preventing XML APIs from being supported in an extension, so either this is already possible (although with more work than just pointing a serializer at the data model) or not planned (not sure how useful it truly is to just point a serializer at the data model since companies have their own data models in their APIs.

lisad avatar Oct 07 '24 16:10 lisad

After discussion with other maintainers, going to close this as "not planned" in that we're not planning to do work to explicitly add extra support for XML since it's already possible to do .

lisad avatar Nov 04 '24 17:11 lisad