Commit bb58f4d
feat(studio): add global REST API console with auto-discovery
- Add useApiDiscovery hook for automatic endpoint discovery from metadata
- Add ApiConsolePage component with endpoint tree, search, request/response panels
- Add api-console view to App.tsx routing
- Add API Console entry to sidebar under System section
- Update site-header breadcrumb for api-console view
- Add tests for API discovery logic
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent cb8ee57 commit bb58f4d
6 files changed
Lines changed: 706 additions & 4 deletions
File tree
- apps/studio
- src
- components
- hooks
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments