-
Notifications
You must be signed in to change notification settings - Fork 4
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
Render API docs from TypeSpec model #675
Comments
tagging @andrew-dawson-seqera and @ewels for visibility |
we can use something like this:
and we tsp compile . generates openapi.yml |
Likely, if I remember correctly Platform is doing something similar |
in their case they are using swagger annotation in code and html file is present in resources, so its become easier to host, in our case its in another directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal of this issue is to render the API docs to a HTML content by using the TypeSpec model.
This could be done by converting TypeSpec to OpenAPI/Swagger and then converting to HTML by using https://rapidocweb.com/
The text was updated successfully, but these errors were encountered: