rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.61k stars 271 forks source link

Can't debug OpenApiParser.resolve #965

Open erguotou520 opened 9 months ago

erguotou520 commented 9 months ago

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.

wparad commented 8 months ago

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