swaggest / openapi-go

OpenAPI structures for Go
https://pkg.go.dev/github.com/swaggest/openapi-go/openapi3
MIT License
223 stars 18 forks source link

docs: update operation context API #108

Closed giuliano-macedo closed 4 days ago

giuliano-macedo commented 2 months ago

Updates README example usage instrumenting openapi.OperationContext and stopping using deprecated openapi3.Reflector.SetRequest and openapi3.Reflector.SetJSONResponse, therefore fixing #106.

vearutop commented 4 days ago

Thank you!