RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
In the response example section, long strings like tokens wrap correctly: However in the response when the user executes the endpoint doesn't come word-wrapped: The culprit seems to be the...
This minor change to how the parent of a `ONE OF` element is rendered makes the number of braces match the json format (see example in the comment below) Checks...
SMART on FHIR requires adding a `launch` parameter when requesting a code for the [launch flow](https://hl7.org/fhir/smart-app-launch/app-launch.html#request-4). This may not be used by the auth server itself, but rather by a...
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.4. Changelog Sourced from form-data's changelog. v4.0.4 - 2025-07-16 Commits [meta] add auto-changelog 811f682 [Tests] handle predict-v8-randomness failures in node < 17 and node >...
Can we have code_verifier be randomly generated instead of being hardcoded. I see the codeblock for generating it being commented out, is there any reason for the same?
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) What's Changed...
When a field description goes beyond a certain length, it gets cut off - with no expand arrow available to expand the text. However, if the openapi spec for that...
With using `schema-style="table"` I have an excerpt from my openapi file: ```yaml components: schemas: ExampleSchemaA: oneOf: - $ref: '#/components/schemas/Blahblah' - $ref: '#/components/schemas/Blahblah2' ExampleSchemaB: ... (some normal definition not using oneOf)...
Reason: Add ability to override max-height style via CSS on this element, because 50px of height per path item is not enough in some cases
This is my first pull request on a public repo - so apologies if I make mistakes here. Currently when you use render-style 'view' and click on "Collapse all" or...