passwall-server icon indicating copy to clipboard operation
passwall-server copied to clipboard

Postman documenter

Open TheYkk opened this issue 5 years ago • 5 comments

I can't import postman requests. Can we create a swagger file to use any request program?

TheYkk avatar May 30 '20 10:05 TheYkk

Is there a way to make postman API docs downloadable? Or we can write swagger and continue developing there?

yakuter avatar May 30 '20 22:05 yakuter

We can export requests as a file, not documents. And https://www.apimatic.io / we can translate swagger using this tool

TheYkk avatar May 30 '20 23:05 TheYkk

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?

yakuter avatar May 31 '20 15:05 yakuter

I think swagger hub free is good enough for passwall-server image

Or we can deploy own swagger UI with this https://github.com/swagger-api/swagger-ui to https://passwall.io/

TheYkk avatar May 31 '20 15:05 TheYkk

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.

yakuter avatar Jun 03 '20 22:06 yakuter