rohit-gohri / redocusaurus

OpenAPI for Docusaurus with Redoc
https://redocusaurus.vercel.app/
MIT License
600 stars 111 forks source link

Is there a way to run the APIs through the redoc component ? #311

Closed AnimeshRy closed 8 months ago

AnimeshRy commented 8 months ago

I really liked the project and used it for an internal project. Is there a way to run the API calls with required params which lets users test the API on the website directly instead of us redirecting them to a postman collection ?

rohit-gohri commented 8 months ago

This plugin is a wrapper around redocly/redoc to make it easy to use with docusaurus, so a feature like that will be out of scope for the purpose of this plugin.

Redoc supports this in it's paid offerings only. They already have an open issue for this: https://github.com/Redocly/redoc/issues/53

Duplicate of #24