Support documentation REST API with Swagger

Post Reply
silviogarbes
User
Posts: 20

Support documentation REST API with Swagger

Post by silviogarbes »

Support documentation REST API with Swagger (https://swagger.io).


patrick.nehls2
User
Posts: 16

Post by patrick.nehls2 »

In fact! Highly recommended. If swagger is available with PHPMaker it should be the default target when calling /api without further parameters.

When calling the root of the REST API with /api or /api/index.php without any further path or parameter, then index.php defaults to API_LIST_ACTION.
I would expect it to display the REST API help / swagger-ui.
Therefore I would like to have the default page customizable.


Post Reply