You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that uses the Go-Chi router, and I want to validate incoming requests against an OpenAPI specification before any processing. While I appreciate the flexibility and performance of Go-Chi, I couldn't find any built-in support or clear guidance on how to perform OpenAPI spec validation.
If there are any best practices, existing libraries, or middleware that can be used in conjunction with Go-Chi to achieve OpenAPI spec validation, could you please provide documentation or examples ?
If there's interest or an existing plan for this feature, I'd be happy to contribute or help with testing and documentation.
The text was updated successfully, but these errors were encountered:
Thank you for the information. From what I understand, the idea would be to build a middleware ?
I think I will try something based on https://github.com/getkin/kin-openapi
I am working on a project that uses the Go-Chi router, and I want to validate incoming requests against an OpenAPI specification before any processing. While I appreciate the flexibility and performance of Go-Chi, I couldn't find any built-in support or clear guidance on how to perform OpenAPI spec validation.
If there are any best practices, existing libraries, or middleware that can be used in conjunction with Go-Chi to achieve OpenAPI spec validation, could you please provide documentation or examples ?
If there's interest or an existing plan for this feature, I'd be happy to contribute or help with testing and documentation.
The text was updated successfully, but these errors were encountered: