connexion
HTTPリクエストのルーティングをOASを元に行ってくれる。 持っている機能
リファレンス
PyPI
GitHub
Connexion is a framework that automagically handles HTTP requests based on OpenAPI Specification (formerly known as Swagger Spec) of your API described in YAML format. Connexion allows you to write an OpenAPI specification, then maps the endpoints to your Python functions; this makes it unique, as many tools generate the specification based on your Python code. You can describe your REST API in as much detail as you want; then Connexion guarantees that it will work as you specified.
使った人のプレゼン・資料など
初期は良かったが、後期は実装ドリブンでOASを生成する流れになりconnexionが合わなくなってきた Referenceでの外部のOASファイル参照をconnexionが読み込んでくれないため、1ファイルに全部書いた。辛かった。
connexion外に立てたAPI実装の呼び出しが、connexionの仕様変更でできなくなった
UIの画面
https://scrapbox.io/files/5f4b64088add8a0021324f1f.png