| List of Examples |
|---|
| Basic Usage |
| Dark Theme |
| Read Mode |
| Playground Shows various things that can be controlled using script |
| Theme Playground Play with various color schemes |
| Markdown |
| API listing grouped by path |
| Change Header Color |
| Embeded Shows how rapi-doc element can be embeded into a different html document |
| Apply Custom Font |
| Change Logo |
|
Add your own HTML
Show how to add custom HTML elements such as paragraphs, buttons textboxes etc in various sections (slots)
|
|
Add custom functionality
The example shows a text-box and a blue button is added on the header. Clicking on the button
will read authentication-token provided by the user in the text-box and apply it to rapi-doc web component
|
| JSON Object as OpenAPI-spec |
| Server Variables |
| Swagger v2 spec |
| Callbacks |
| Spec split into multiple files |
| one-of , any-of and all-of |
| List of Test cases |
|---|
| Data types |
| Schema style as table |
| Circular references |
| Simple one-of |
| Simple all-of |
| Nested all-of & one-of |
| Long paths |
| Long descriptions |
| Large models |
| XML response |
| Predefined Example |
| Dynamic Query Params |
| Dynamic Form Params |
| File upload |
| Dark Read Mode |
| Various cases Spec containing one-of, all-of with primitive types, recursive models and readonly-attributes |
| Performance Loading a large spec with lots of markdown |