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 use Swagger client (https://github.com/swagger-api/swagger-js) to talk to API, but it doesn't provide response validation. An instance of Swagger client already has an object representing the spec.
Is it possible to use api-schema-builder in the browser, passing it the spec from Swagger client?
The text was updated successfully, but these errors were encountered:
hi @md-seb , i haven't tried that and less familiar with possible caveats in browser but i believe there should be no problem using it inside the browser.
the only thing pops into my mind is how much impact would it have performance wise.
Hi,
I use Swagger client (https://github.com/swagger-api/swagger-js) to talk to API, but it doesn't provide response validation. An instance of Swagger client already has an object representing the spec.
Is it possible to use api-schema-builder in the browser, passing it the spec from Swagger client?
The text was updated successfully, but these errors were encountered: