openapi-validator-proxy
Version 0.2.0 (2024-10-25)
v0.2.0
Oct 26 2024 at 06:01 UTC
New Features:
- Support for suffixed upstream url
- This allows the proxy to work with servers that are mounted at a path other than the root. For example, if your server is mounted at
/api/v1you can runopenapi-validator-proxy proxy petstore.yaml http://localhost:8080/api/v1. Make a GET request tohttp://localhost:3000/api/v1/petsand the proxy will forward the request tohttp://localhost:8080/api/v1/pets. Validation will match against theGET /petsoperation in the OpenAPI file.
- This allows the proxy to work with servers that are mounted at a path other than the root. For example, if your server is mounted at