How to get OData Swagger url?

0
Hello, I have created an OData service in Mendix. In version 10.12.1, it appears that public documentation can be exposed on a Swagger page. However, I am unable to locate the link to share this API with my clients. Could you please assist me in obtaining this link?  
asked
1 answers
0

Swagger has been available as of Mendix 9.17: https://www.mendix.com/blog/mendix-release-9-17-a-lot-of-activity/#data-hub-connector-kit-2-0-openapi

 

All contracts and documentation are available in the running app starting from the /api-doc/ path, e.g., http://localhost:8080/api-doc/

 

Swagger preview in Studio Pro was recently added to give developers a quicker preview of what the odata api looks like for a regular REST client developer.

answered