avency/neos-openapi
composer require avency/neos-openapi
OpenApi Basic package with swagger ui rendering
1.0.0
Readme excerpt
Avency Neos OpenAPIThis package contains basics to generate an interactive OpenAPI documentation for a RESTful API using doctrine annotations.
It contains a controller that renders a swagger ui and which gets its input from a json-file generated based on the OpenAPI annotations in the projects' files.
It uses the sintbert/swagger-php package.
Calling the documentation BackendThere is a backend module accessible as administrator, which renders the swagger UI.
FrontendTo call the documentation in the frontend, you need to be logged in in the backend as administrator. Then you can call the api:
{PROJECT_BASE_URI}/neos/api/documentation.htmlTo access …
Read more
The same vendor provides 4 package(s).