Embedding Swagger UI into RAD Server
December 3, 2019
This post is an update to the original post written previously showing Swagger UI being used with RAD Server,covering new features of RAD Server.
Why Embed Swagger UI into RAD Server?
Swagger UI (as previously discussed) is a great option for checking your documentation and working with the REST API. One of the challenges has always been CORS (Cross Origin Resource Sharing) that makes…