RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
If you load a different spec programmatically using `loadSpec()` the **Download OpenAPI Spec** and **View OpenAPI Spec (New Tab)** buttons don't update the spec target. So if you initially load...
Does schema field using `oneOf` support readOnly attribute same as `allOf`? `oneOf` fields are displayed on `PUT|POST|PATCH` but `allOf` are hidden as shown bellow: Example OAS: ```yaml openapi: 3.1.0 info:...
Is there currently an option to hide endpoints marked as internal using `x-internal`?
Today only examples provided with a mime type containing `json` | `xml` | `text` | `jose` are rendered. I think it is a bit limitative. I have examples with other...
As the image shows bellow, the scrollbar (using default styles) is barely visible. This is suboptimal for usage. I humbly suggest making it more visible in the default theme. 
Imagine having a POST/PUT API whose `requestBody` has `application/x-www-form-urlencoded` content type, and having a parameter admitting a JSON as value. Defining `schema-style="table"` doesn't affect the rendering of the parameter's schema,...
The representation of data types is inconsistent for path parameters and response objects: In the following sample OpenAPI, a path parameter and a response object property are both defined with...
Currently, if the OAS has a example properties for the headers, RapiDoc populate such examples in the header input field by default. It would be better for the way not...
I cannot get the query parameters to show with the following JSON spec. This seems to be limited to Get operations. Rapidoc version: 9.3.3 ``` "/dashboards/getList": { "get": { "tags":...
If I'm running with TRY disabled, it's misleading/confusing to see inputs for an API token or other auth fields. There's also a red label above telling me I need to...