OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.82k stars 6.58k forks source link

[REQ] [PYTHON] Add server generator for falcon #4487

Open marco-a-itl opened 4 years ago

marco-a-itl commented 4 years ago

Is your feature request related to a problem? Please describe.

Server generator for python falcon (https://falconframework.org/) seems missing. However falcon is specifically tailored to implement REST API and is often used in combination with openapi specifications.

Describe the solution you'd like

Have server generator for python-falcon

wing328 commented 4 years ago

@marco-a-itl thanks for the suggestion. May I know if you've time to contribute the new generator?

I think a good starting point is to clone the Python Flask generator and modify it for falcon.

marco-a-itl commented 4 years ago

Sorry, at the moment I don't have time. Maybe in a few months, but it's not very likely. Can you indicate if there are also developer-guides/resources explaining how to implement a new generator ?