connexionEasy Playground

Build APIs from OpenAPI/Swagger specs with automatic validation

Getting started with connexionRun locally
Install
pip install connexion[flask]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: connexion)

connexion is a third-party package. Build APIs from OpenAPI/Swagger specs with automatic validation. Install with: pip install connexion[flask]

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?