ojoanalogo / nestjs-redoc

📘 ReDoc frontend for you NestJS swagger API documentation
MIT License
145 stars 56 forks source link

New library supporting NestJS 10, ExpressJS & Fastify, multi-user basic auth and more #72

Open julianpoemp opened 4 months ago

julianpoemp commented 4 months ago

Hi,

because this repository is not maintained for over 3 years and other alternatives are either part of a framework (that I don't need) or just slightly updated versions of this package, I decided to create a library myself:

nestjs-redox

Features:

I hope this library helps all devs who are looking for an alive and most updated solution for using Redoc in their NestJS projects 🚀

test137E29B commented 1 month ago

@julianpoemp It appears to not support serving a json spec file with a static url. Any chance of this being added?

julianpoemp commented 1 month ago

@test137E29B I just released v1.1.4 that supports using a static json spec URL. You can now use an URL on the third parameter of the NestJSRedoxModule.setup()function. If the URL is an extern URL make sure that the server that serves the json file activates cors.

For next issues please use the issues section here.