RapiDoc
RapiDoc copied to clipboard
Can't debug OpenApiParser.resolve
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.
I think this is related to https://github.com/rapi-doc/RapiDoc/issues/720