connexion-example icon indicating copy to clipboard operation
connexion-example copied to clipboard

WIP: Connexion 2.0

Open hjacobs opened this issue 6 years ago • 5 comments

Upgrade to the latest Connexion release: https://github.com/zalando/connexion/releases/tag/2.0.0

hjacobs avatar Nov 05 '18 22:11 hjacobs

TODO: It currently requires OAuth, so the README instructions no longer work.

hjacobs avatar Nov 06 '18 12:11 hjacobs

For the illustration purposes, you can just make all endpoints with security: [] to avoid any security checks, if commented properly. Also the pipenv installation would need to update to installing connexion[swagger-ui] to include the UI also :-)

sochi avatar May 27 '19 18:05 sochi

Should be fixed, the official connexion readme give this repo as an example, so running it should be a no brainer, not fiddling with the security stuff in swagger.yaml to get it working

rgarrigue avatar Feb 16 '20 14:02 rgarrigue

Will this be merged (just as an indicator if this repository is still maintained) ?

tejado avatar Apr 27 '20 13:04 tejado

After updating the Pipfiles, like in this commit, some problems mine was fixed.

tonykingnz avatar Jul 15 '20 14:07 tonykingnz