VirtualSatellite4-Core icon indicating copy to clipboard operation
VirtualSatellite4-Core copied to clipboard

Serving of OpenAPI spec

Open dellerDLR opened this issue 2 years ago • 2 comments

Description The OpenAPI spec is not served at the moment. Also it is project specific. From my point of view it is not project specific.

dellerDLR avatar Sep 18 '23 08:09 dellerDLR

The spec file can be served via the following url: localhost:8000/rest/model/v0.0.1/swagger.json

But it does not get generated atm

dellerDLR avatar Sep 18 '23 14:09 dellerDLR

Swagger plugin is defined in the pom.xml of the server project, but could not find a way to trigger it manually:

https://github.com/virtualsatellite/VirtualSatellite4-Core/blob/4666e4a8f837466efaf1b17f2e2d6305c121e105/de.dlr.sc.virsat.server/pom.xml#L21

dellerDLR avatar Sep 19 '23 11:09 dellerDLR