cloud-annotations / docusaurus-openapi

🦕 OpenAPI plugin for generating API reference docs in Docusaurus v2.
https://docusaurus-openapi.netlify.app
MIT License
498 stars 82 forks source link

Mocking all the request/responses interactions #262

Open cdheytornobre opened 1 year ago

cdheytornobre commented 1 year ago

I successfully integrated the plugin and generated the pages from the .yaml files. However, I'm looking for a way to avoid making API calls for any requests made by the client in the UI.

Is there a recommended approach or tool for this? I considered using webpack and proxy, but I'm not sure if that's the right solution.

I apologize if this isn't the appropriate platform for this question, but I felt it was better than posting on StackOverflow or similar sites.