Postman documenter
I can't import postman requests. Can we create a swagger file to use any request program?
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/
We can export requests as a file, not documents. And https://www.apimatic.io / we can translate swagger using this tool
APIMETIC is a great tool. I created a profile there. After some tests I will publish.