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

Hi, It seems there have been no new release since Jan 2023 and many issues are lying unanswered. This raises a very pertinent question. Is rapidoc going to be actively...

This PR is for adding missing IDs to some of the inputs (and textareas). fix #1018

There are some form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form. There should be a unique id...

Despite the fact that there is a drop down for choosing where to put the client_id/client_secret combination, the information is always put into both places: authorization header and body. headers:...

Hi. I have a parameter documented as ``` { "in": "query", "name": "properties", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" }, "example": { "Min": "0"...

I encountered a CORS issue when trying to make API calls from a webpage. The webpage initiates two requests to the backend: a preflight request and a fetch request. My...

When using show-curl-before-try with big openapi files an infinite loop seems to hang out the rendering

Since version 9.3.7, the responses in my doc doesn't show and I have an error in the console: If I go back in version 9.3.6 I've got no error and...

Bumps [cookie](https://github.com/jshttp/cookie), [swagger-client](https://github.com/swagger-api/swagger-js) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for...

dependencies