RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
 v9.3.4 ``` ``` Example swagger: [swagger.json](https://github.com/rapi-doc/RapiDoc/files/13802516/swagger.json) It also happens on the online example, try clicking the auth button on this endpoint: https://rapidocweb.com/examples/read-mode.html#get-/store/inventory
Hello, I am just starting to use rapidoc with our APIs and I am trying to add it as a page inside of our website. Unfortunately this website has a...
The action buttons below the request body table ('Fill Example', 'Clear', 'Try') only really make sense in context of the examples tab. If you have the schema tab open and...
It is possible to control which tab is shown by default within a request body/response, by setting `default-schema-tab="schema"` - however, when doing so, the tabs still have the 'Examples' tab...
When displaying a request body schema, there is no indication of which properties are required and which are optional. Thee is no indication, regardless of whether table or object view...
Fixes an issue (https://github.com/rapi-doc/RapiDoc/issues/966) with search where clicking on endpoint path/method is not scrolling due to event handler checking on event.target.contentId attribute. open to ideas/thoughts for a better fix if...
This PR: - ✔️ Adds a link to the `#auth` anchor on the "no api key set" message, so that readers get a CTA how to fix it. **After**: (I...
Hi! I ran into the same issue mentioned in #829. The issue has been there for a while so I'm trying to raise a PR to fix this here. I...
Fixing some small typo in api.html
The patch improves the function 'pathIsInSearch' by ensuring that we always check the description when one is set. The current behavior avoids it when 'path.summary' is set.