badmagic
badmagic copied to clipboard
Swagger UI alternative written in React
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.6 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
I'd love to use BadMagic during development of APIs because then I get both a testing tool and docs at the same time but reloading and navigating to the route...
Hackathon24
## Summary of changes The app should continue to work without clearing localStorage, but a few things might not function quite as intended. * Added routing ~~via react-router-dom~~ built-in; the...
```javascript qsParams: [ { name: "version", placeholder: "13.10.0", required: true, }, ] ``` However: ```javascript qsParams: [ { name: "version", placeholder: "1.10.0", required: true, }, ] ``` Adding `type: "text"`...