-
Notifications
You must be signed in to change notification settings - Fork 487
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
Export a Swagger JSON/YAML file #158
Comments
If your Swagger doc is available behind, let's say, |
Would you mind update this in the document? Thanks |
@kamilmysliwiec |
Write it to the file system like this:
|
Visiting |
Is there a way to generate this as a build task rather than a) it being served from the |
Is there anyway to get Yaml version? |
@RezaRahmati it depends on which http adapter you're using. Check the docs for those to find more info. |
Thanks @jmcdo29 for fast response,
If that is not the right page, would you please point me to the correct page |
I found an article here
|
As I said, it depends on the underlying library, not the wrapper Nest creates. For express the library repo is here |
I'm submitting a...
Current behavior
Do we have an ability to export a Swagger JSON/YAML file from Swagger UI? Question from Statckoverflow
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
It could be better if I can export a Swagger JSON/YAML file and send it to someone rather than hosting the doc on the server.
Environment
The text was updated successfully, but these errors were encountered: