RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
Hi, We were faced with the incorrect rendering of oneof ref and succeeded to reproduce with a simple example, see below. The problem does not happen when parent ref appears...
Hi, I want record request parameters when i click `Try` button, and load it in the page load, then i can use the parameters next time. I Try: I use...
A lot of code generators use this as the function name for the method. It would be very useful if there was a toggle to show this on the docs.
Try to use RapiDoc in a new project and see some strange behavior when working with relative urls. Consider this openapi spec ``` servers: - url: https://api.example.com/v2 components: securitySchemes: openId:...
Hi Team, This is more of the feature request, In Rapidoc, I don't see any option to download the response code for each request. We already have copy button that...
Hi, this is solely a tiny comfort feature request. It would be nice to apply the api key / basic auth credentials upon "onchange". So that pressing "Enter" or leaving...
Hi @mrin9, When the property type is `string` and it is followed by a list of `enum` the type gets incorrectly rendered in the schema as `enum` instead of `string`...
right now (unless im totally useless) i cant seem to find a way to style the "selected" path when in focused mode ``` ``` the feature request is to be...
**Version**: 9.3.3 **Description**: When using `oneof` with direct objects having readonly behaviour, it's being displayed. But when referencing a schema with readonly object, it does not show up. Here's a...