Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for blogs and articles that you've written about express-openapi-validator. Post links here #316

Open
cdimascio opened this issue Jun 10, 2020 · 3 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@cdimascio
Copy link
Owner

@cdimascio cdimascio added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 10, 2020
@cdimascio cdimascio changed the title Looking for blogs and articles that you've written about express-openapi-validator. Post the link here Looking for blogs and articles that you've written about express-openapi-validator. Post links here Jun 10, 2020
@davesag
Copy link

davesag commented Jul 8, 2020

Hey - nice work. It's not a blog but I have just updated my api-server-boilerplate project to include your library. (see PR)

@van001
Copy link

van001 commented Aug 27, 2020

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.

@cdimascio
Copy link
Owner Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants