Comment on Show HN: Auto-generate an OpenAPI spec by listening to localhostComments−nattaylor2yReminds me of https://github.com/alufers/mitmproxy2swagger which I discovered from this thread https://news.ycombinator.com/item?id=31354130I generated some specs from that!I ran into trouble keeping them up to date.−adawg4OP2ySuper curious - How did you try keeping them up to date?−nattaylor2yBoring things like running the proxy while I did manual QA / ran automated tests.I quickly realized that if I wanted an up to date spec then I should do it properly in the application
Comments
Reminds me of https://github.com/alufers/mitmproxy2swagger which I discovered from this thread https://news.ycombinator.com/item?id=31354130
I generated some specs from that!
I ran into trouble keeping them up to date.
Super curious - How did you try keeping them up to date?
Boring things like running the proxy while I did manual QA / ran automated tests.
I quickly realized that if I wanted an up to date spec then I should do it properly in the application