gs-node-service icon indicating copy to clipboard operation
gs-node-service copied to clipboard

Generate swagger specs of http eventsource in src/docs

Open mastersilv3r opened this issue 1 year ago • 0 comments

The Problem

Currently Swagger UI opens up when the service is run but there is no way to export the docs.

The Solution

  • [x] When a service boots up, store the swagger docs for http events in the src/docs/http-swagger.json
  • [x] In the endpoints where authn: false, do not set "security": [ { "bearerAuth": [] } ]

mastersilv3r avatar Feb 24 '24 11:02 mastersilv3r