from Datasnap REST server to Xdata

We have a delphi datasnap REST server we are happy the way it is but searching for a solution to document all the APIs endpoints.

I came across TMS Xdata with the feature of auto documentation to swagger/OpenAPI. I have no need at the moment for Aurelius or for a steep learning curve.

Does it make sense to go the TMS Xdata route for this and what does it entail converting the datasnap code to xData?

TIA Yona

Yes, it makes sense. Regarding the route, it of course depends on your server. DataSnap is a little bit "low level" compared to XData so in theory it should be easy to migrate the code, as DataSnap mostly use JSON objects declared in System.JSON, which are supported by XData.