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

[WIP] v3 rewrite #19

Closed
wants to merge 12 commits into from
Closed

[WIP] v3 rewrite #19

wants to merge 12 commits into from

Conversation

pscanf
Copy link
Member

@pscanf pscanf commented Apr 15, 2019

Functional goals of v3:

  • support openapi v3
  • support non-json routes
  • improve error handling, going away from using a custom, behind-the-curtains error handler, but rather promoting the express way of handling errors
  • expose a simpler API, avoiding monkey-patching an express Router
  • improve the documentation

TODO:

  • base implementation of convexpress
  • openapi ui
  • improve docs:
    • what conventions are used
    • guide on error handling
    • guide on structuring the project
    • make a dedicated website
  • json body parser and validator middleware
  • parameters validator middleware

Issues closed:

@pscanf pscanf closed this Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log handler errors when testing Support documenting Authorization requirements
1 participant