apispecEasy Playground

Pluggable API specification generator (OpenAPI/Swagger)

Getting started with apispecRun locally
Install
pip install apispec
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: apispec)

apispec is a third-party package. Pluggable API specification generator (OpenAPI/Swagger). Install with: pip install apispec

Challenge

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