[ServiceStudio] Add the ability to import from Swagger.json to automatically generate REST consumer structures, actions etc
1929
Views
2
Comments
Implemented
Data & Integrations
OutSystems 9.1
Add the ability to import from Swagger.json to automatically generate REST consumer structure, actions etc

Outsystems currently generates swagger.json API defination files.
Outsystems should also let you import a swagger.json file to auto generate REST consumer app - 1 click auto generate.




2016-11-21 23-23-05
Gonçalo Borrêga
With the latest revision of Platform 9 you can do just that...
Either importing your methods one by one (e.g. from an external service) or by picking a REST Service endpoints that has a swagger.json definition published (e.g. an OutSystems exposed REST service), which will import all methods automatically.

Goncalo, the latest version solves the problem!