I am trying to validate if OpenAPI specification matches the implementation in Spring Boot Reactive Microservice (WebClient). I bumped into this library swagger-request-validator, however, it does not have any implementation for the WebClient (the one provided as under web client uses Rest Template). Is there any open-source library that can check API spec against implementation? I am trying to make a call to the service that will run against the actual implementation, and at the same time will validate if the request/response matches the OpenAPI specification.
Asked
Active
Viewed 342 times