wll8 / redoc-try

Add `Try it out` function like swagger on redoc.
https://wll8.github.io/redoc-try
117 stars 33 forks source link

Try it option only works with spec url, it doesn't work when openApi spec is given as json object #25

Closed shameel28 closed 1 year ago

wll8 commented 1 year ago

In the v1.4.2 version, the openApi parameter supports json objects, here is the code implementation.

shameel28 commented 1 year ago

Thanks