nodebb-plugin-openapi-spec
v1.0.0
Published
openapi spec generator
Downloads
3
Readme
nodebb-plugin-openapi-spec
openapi spec auto-generator for nodebb api
Config page
Spec JSON response
Swagger UI Page
Disclaimer
- This plugin currently supports OpenApi V2, V3 is in the works.
- This plugin is based on NodeBB/express-oas-generator, which is a extensively modified fork of mpashkovskiy/express-oas-generator
- This plugin continuously parses every HTTP request to add/edit the spec, so it might actually slow down your nodebb instance, as also mentioned here