RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
Hello mrin9, I am playing with [vitepress](https://github.com/vuejs/vitepress/releases/tag/v1.0.0-alpha.4) and trying to have rapidoc v9.3.3 embedded. It worked out great when running in dev mode with hot reloads, but when I tried...
In query strings one can use query parameters as follows; `param[a][b][c]=1` - to do this inside OpenAPI one defines the query parameter to be an object, the schema is rendered...
Would it be possible to get parts for links? When custom colors are involved, it is quite messy to change the colors of all the links in the different states...
We're using an encoded Content-Disposition-header as specified in [RFC 5987](https://datatracker.ietf.org/doc/html/rfc5987). Example: `Content-Disposition: attachment; filename*=UTF-8''example.pdf` The header is not interpreted correctly and the download of documents fails ("Response Status: Cannot read...
When users click the `copy` button, it adds a trailing slash that is not visible in the example. How it appears in the browser: ...
Hey there :wave: I've got a decent amount of components in my schema (~75), some of which are mutually recursive (no problem with the recursive rendering btw, works great :slightly_smiling_face:)....
When I select some text, visually selected text is not hightlighted. Note:I can copy/paste the selected text. Note2: I am reproducing the same in the provided example [https://rapidocweb.com/examples/example1.html](https://rapidocweb.com/examples/example1.html) I have...
Swagger has an option to preserve authorization on browser refresh/close https://github.com/swagger-api/swagger-ui/pull/5939/files It would be great if RapiDoc could do the same. I use BASIC auth and would like a 'remember...
If we have an attribute in our response defined as follows: ```json "providerExpiration": { "type": "string", "description": "When this provider (account) is configured to expire, if ever", "format": "date-time", "example":...
Given that the last release was January, I was wondering if this project is still being maintained