open-api-renderer
open-api-renderer copied to clipboard
🎩 A React renderer for OpenAPI v3.
Implement an interactive mode that works similar to the [attached design](https://github.com/temando/open-api-renderer/files/989011/interactive-mode.pdf). Also see [API console feature on ReDoc](https://github.com/Rebilly/ReDoc/issues/53)
Love how clean this thing looks when generating a requestBody with a complicated schema, but we ran into one particular case that didn't seem supported. There doesn't seem to be...
When examples are not present, generate an example request based on schema.
For simplicity, the parser has been developed as part of the same project. This allowed for a faster development cycle as parser features were able to be implemented the by...
If I scroll the contents (on the right hand side), it will take 2-3 seconds for the corresponding navigation on the left to be highlighted. This is not a great...
- Material UI - emoji
The demo is rather cool and significantly helps others get up to speed with the project _fast_. However, it's rather annoying having to pollute MR's with the rebuild of the...
- https://github.com/xyc/react-inspector - https://github.com/Lapple/react-json-inspector Both seem lightweight and offer configuration to expand to a certain level/property out of the box.