-
Notifications
You must be signed in to change notification settings - Fork 1
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
Set up RapiDoc #13
Comments
Whats the advantage of RapiDoc over Swagger in our scenario? |
@keunes ping :) |
I will take care for this as soon as the task is clear. Plan is to use Github Actions and Pages. |
@georgkrause Pong
I have no idea as I'm not familiar with Swagger and only know RapiDoc from the consumption side. Maybe @Sporiff has something to add here? |
@keunes Swagger UI, RapiDoc, and Redocly will all offer us much the same thing. Rapidoc takes significantly less initial setup since we can just throw an HTML page up and point it at a Yaml file, but none of them are particularly difficult. The advantage of Swagger UI is we wouldn't be pulling JS from a CDN each time. |
@Sporiff Thats easy enough to avoid, though. But what is your argument against a CDN? |
@georgkrause no particular argument, it's just another call. I don't consider it as much of an issue as lack of theming 😛 |
@Sporiff I guess we could close this one? I do like the field-level explanations for the responses - we should add the I also think the Podcast Index API specs is a bit easier to process than our API explorer. It looks a bit cleaner thanks to:
Are these things we could configure, or could request support for from the Astro folks? |
Use https://github.com/rapi-doc/RapiDoc to get something pretty like the Podcast Index API specs (code)
The text was updated successfully, but these errors were encountered: