openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
558 stars 67 forks source link

replaced deprecated openapi-schema-validation #43

Closed tenhaus closed 4 years ago

tenhaus commented 4 years ago

openapi-schema-validation has been replaced You can find the message here https://www.npmjs.com/package/openapi-schema-validation

Updated the code to use openapi-schema-validator.

Came across this problem while using openapi-client-axios-typegen. openapi-schema-validation has an unused fs import which breaks certain webpack builds.

anttiviljami commented 4 years ago

LGTM!

Thank you so much 💚