-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enriched API schema #5973
Comments
One annoying thing is that this will blow up our bundle size. Current unpacked package size is 424K, the schema is 691K |
@nflaig |
do we want to do this? I think we are fine with just the beacon-api spec and the explorer we have local still provides an overview of other custom apis We can still fetch the beacon-api spec json from github on demand and enrich the schema when you access I personally don't really use the local explorer since I only use curl, so not sure it would be useful to anyone |
Enriched schema would definitely be nice to have, especially for POST requests. I think we would have to pull a pinned version of the beacon-API schema from github and then override each route based on
operationId
. This will become especially important if we want to generate a API docs page with redoc (or similar tooling).Originally posted by @nflaig in #5970 (comment)
The text was updated successfully, but these errors were encountered: