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, `SCHEMA -> Multiline description` seems broken: ![image](https://github.com/rapi-doc/RapiDoc/assets/144336942/e8ab25ee-eb79-487f-b2ba-e2725f8c1143) Was trying to fix CSS for `.tr.expanded.object` but this selection is not appliable: ```css rapi-doc::part(schema-description) + div.tr.expanded.object { display: block } ```...

We have the following request body object's schema. ``` "MyRequest": { "type": "object", "properties": { "description": { "type": "string" }, "someUuid": { "type": "string", "format": "uuid" } } } ```...

Hi, This PR adds the functionality I asked for in #977. I locally tested it in the browser and building the project does not trigger any errors. Even though the...

Im trying to have the docs show only the endpoints that the user has access to. this works in the backend when viewing `/openapi.json?token=xxxx`. is there a way with a...

Hi, I use RapiDocs in `render-style="focused"` and I have activated `show-components`. To sort items like requests or tags, there are the attributes `sort-tags` and `sort-endpoints-by`. However, there is no attribute...

Problem: embed Rapidoc-min overlaps the borders of containers in target web interface. ![photo_5377674714362794050_x](https://github.com/rapi-doc/RapiDoc/assets/4890566/ffd4cfdb-0201-490c-bb9a-8a675ef8219a) ![pic-selected-231029-1518-15 (1)](https://github.com/rapi-doc/RapiDoc/assets/4890566/616ab325-6e60-49fe-82e3-42ffff28f1c7) Because RapiDoc-min widget is designed for integration into other systems, its CSS should be self-contained...

A very simplistic optimisation to include `--compressed` argument to generated curl examples. While this may be blocked on some configurations, it should work for most. Especially when working with large...

I have this piece of code, but the button to download is not showing: .. Thanks.

Hi, Is it currently possible to display nested tags in the left-hand navigation. e.g. If the operation Tags are defined as "Mammal|Elephant", "Mammal|Monkey" and "Bird|Parrot" ``` Mammal V Elephant V...

openapi-parser is closed sources and doesn't supports some features of openapi 3.1 like description/summary overrides. I didn't fix the webcomponent "json-schema-viewer" which doesn't seem to be documented, and doesn't work...