flask-restful — Easy Playground
Build REST APIs quickly with Flask
Getting started with flask-restfulRun locally
Install
pip install flask-restfulPython 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?