RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

RapiDoc -WebComponent for OpenAPI Spec

Results 208 RapiDoc issues
Sort by recently updated
recently updated
newest added

https://developer.nylas.com/docs/api/#overview The API ref uses RapiDoc. I forked a copy and made some edits: 1. Updated the styling in the plugin using the custom-styles.js file 2. Updated the way some...

community-showcase

For OpenAPI 3.0 both `exclusiveMinimum` and `exclusiveMaximum` are booleans. This has changed in OpenAPI 3.1. Currently if i pass valid OpenAPI 3.0 Document to Rapidoc (with exclusiveMinimum or exclusiveMaximum set...

Thank you for providing us with this great library. This one truly deserves to be at the top of the stack compared to Swagger UI and Redoc. However this is...

Hi, RapiDoc does not support Links at the moment, for example: https://github.com/OAI/OpenAPI-Specification/blob/master/examples/v3.0/link-example.yaml Thanks, Guy

good first issue
Feature Request

Highlighting some of RapiDoc's features as these may be helpful for making a decision if **RapiDoc** is the right tool _I have included links of some examples below, sources of...

The following error is shown in the console when only content is specified and no schema for headers. ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type')...

good first issue

I would like to request the ability to have a response with a MIME type of `text/html` be rendered in the "try" response pane. My use case is we have...

Feature Request

When viewing in a narrow browser window, there is no longer any menu for navigating between endpoints (unless I'm mistaken?). This is especially problematic for the focused render style, as...

good first issue

In https://swagger.io/docs/specification/data-models/data-types/ exclusiveMinimum and exclusiveMaximum should be true or false

In examples, you add script from _unpkg_: ![image](https://user-images.githubusercontent.com/9292857/140496943-3bef2a2b-1d07-4091-b07e-899072d506ee.png) But, fetching external resources, for example from a CDN, without verifying their integrity could impact the security of an application if the...