Open Jonyorker opened 4 years ago
Hi,
Is it possible to generate an apidocs.json file and server that file when a client goes to that path rather than generating one on the fly?
Thanks!
I guess you need to call this method of Swagger instance: https://github.com/flasgger/flasgger/blob/ce98b046cbec2b2eb8c6de6df4b5409c06a8e539/flasgger/base.py#L296
Swagger
Hi,
Is it possible to generate an apidocs.json file and server that file when a client goes to that path rather than generating one on the fly?
Thanks!