RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Can't debug OpenApiParser.resolve

Open erguotou520 opened this issue 2 years ago • 1 comments

Thanks for this great API explorer tool. We are building an API builder tool and use RAPI to show the API spec. Now we are stuck at RAPI page when the query contains a deep nested and circular param.

So I decide to debug RAPI source code. The code now stuck at file spec-parser.js and line 13

specMeta = await OpenApiParser.resolve({ url: specUrl, allowMetaPatches: false });

But the @apitools/openapi-parser library's Github url is 404 now, I can't debug the source code. I found the repo is published by @mrin9 , please help.

erguotou520 avatar Oct 07 '23 11:10 erguotou520

I think this is related to https://github.com/rapi-doc/RapiDoc/issues/720

wparad avatar Oct 30 '23 13:10 wparad