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

I wonder what you think about adding support for [AsyncAPI](https://www.asyncapi.com/), which is similar to OpenAPI but for messaging API. AsyncAPI project provides a [react library](https://github.com/asyncapi/asyncapi-react/) out of the box but...

set persist-auth="true" don't work in oauth2

[](url) **Issue:** In the current implementation of RapiDoc, when the field length exceeds 80 characters in the "Response Examples" section, it defaults to displaying the example ID instead of the...

As discussed in [**this Stackoverflow thread**](https://stackoverflow.com/questions/66465888/how-to-define-enum-mapping-in-openapi) there is no way to create enums with labels out of the box (like enums of integers for some configurations). The simplest workaround is...

It is possible to display a long summary in full without truncating it?

The `advancedSearch` function in `common-utils.js` doesn't work as I expect. If I want to search this description `Multiple status values can be provided with comma separated strings` of this operation...

Allows to press Ctrl + Enter in the textarea of the `ApiRequest` to send a request The code `10` is here to support an open issue on Chromium : https://bugs.chromium.org/p/chromium/issues/detail?id=79407

Per a conversation with Adrian on the Discord: Currently Rapidoc "culls" (does not render) a tag descriptions if the tag is not applied to any endpoints. Other display systems allow...

When the user applies the API key for example, the value of it should be hidden from view in the UI. It could be masked by asterisks or similar.

If the code samples are big they take a lot of the page space making the user navigation experience a lot worse, it would be nice to have the examples...