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

Example REST service using Connexion Swagger-first Python library: includes schema validation and OAuth 2

Results 4 connexion-example issues
Sort by recently updated
recently updated
newest added

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

Fairly new to Python and Connexion. I have a definition: > > - in: path > name: orgid > schema: > type: string > required: true > description: ID of...

I want to use your framework for testing my API. I have swagger specification file. I did some changes in your code but unable to test the API. Can you...

Running Python 3 with Alpine Linux and gevent is actually quite easy and results in a notably smaller Docker image size (~75 MB total). Existing example: https://github.com/hjacobs/kube-ops-view/blob/master/Dockerfile