-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Postman documenter #110
Comments
Is there a way to make postman API docs downloadable? Or we can write swagger and continue developing there? |
We can export requests as a file, not documents. And https://www.apimatic.io / we can translate swagger using this tool |
After we generate swagger API, do we have a chance to serve it in public? Is free account of swagger hub is enough for this job? Or we can directly implement api doc to golang codes with go-swagger or swagç However I prefer a service independent from codes. Which one do you suggest? |
I think swagger hub free is good enough for passwall-server Or we can deploy own swagger UI with this https://github.com/swagger-api/swagger-ui to https://passwall.io/ |
APIMETIC is a great tool. I created a profile there. After some tests I will publish. |
I can't import postman requests. Can we create a swagger file to use any request program?
The text was updated successfully, but these errors were encountered: