flask-restful

Package — Web AuthPython 3.7+Intermediate

Build REST APIs quickly with Flask

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Flask, aniso8601, pytz
Install
pip install flask-restful

Learn by Difficulty

Quick Example

python
# Install: pip install flask-restful
import flask_restful

# Basic flask-restful usage
print(f"Using flask-restful")
# See documentation for detailed examples

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

Try in Playground

Tags

packagewebauthenticationmiddleware