Looking for blogs and articles that you've written about express-openapi-validator. Post links here
- https://dzone.com/articles/apis-with-nodejs-and-express-automatically-validat
Hey - nice work. It's not a blog but I have just updated my api-server-boilerplate project to include your library. (see PR)
Nice work guys. I am trying to use your library for a universal gateway that I am building, which is going to support any protocol (REST, GraphQL, Message Q message etc). I was wondering if there is a way that I can use your library to just validate the open-spec (if it's correct), without worrying about express.
@van001 We validate the IDL on load before registering middleware. For that initial correctness validation, we use swagger-parser. You may want to look at that.
Links(Japanese):
- https://zenn.dev/kondo/articles/a1cf004449742c
- https://note.shiftinc.jp/n/n66f43685f2f9
- https://www.forcia.com/blog/001552.html