cdimascio / express-openapi-validator

🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
MIT License
920 stars 211 forks source link

Allow optional use of `req.url` #857

Closed nikkegg closed 1 year ago

nikkegg commented 1 year ago

Solves https://github.com/cdimascio/express-openapi-validator/issues/843 and https://github.com/cdimascio/express-openapi-validator/issues/113

@cdimascio I could not find where to update the docs wiki, but am happy to do so if you point me in the right direction.

cdimascio commented 1 year ago

Thanks for the change. I will review in next few days. Good question on the wiki....

Since migrating the doc to wiki, I do not currently have a good mechanism for updates.

Open to suggestions. I found this on SO https://stackoverflow.com/questions/10642928/how-can-i-make-a-pull-request-for-a-wiki-page-on-github

Perhaps post the doc content in the comments here and I will manually integrate into the wiki upon merge

sennyeya commented 1 year ago

@nikkegg Thanks for picking this up! Excited to use this!

nikkegg commented 1 year ago

@cdimascio just a little bump on this 🙏🏻

cdimascio commented 1 year ago

@nikkegg the change is in v5.1.0, can you provide a brief doc write up for its usage. i will include it in the doc