I am not able to find how to implement swagger when we are implementing Microservice using Moleculer framework, as i am using Api-gateway to parse and map the request and send to specific Node or service using NATS transporter.
Asked
Active
Viewed 1,238 times
1 Answers
1
Check this OpenAPI mixin for API Gateway: https://github.com/icebob/kantab/blob/master/backend/mixins/openapi.mixin.js

Icebob
- 1,132
- 7
- 14