Open cdimascio opened 4 years ago
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.