flask-restfulEasy Playground

Build REST APIs quickly with Flask

Getting started with flask-restfulRun locally
Install
pip install flask-restful
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: flask_restful)

flask-restful is a third-party package. Build REST APIs quickly with Flask. Install with: pip install flask-restful

Challenge

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