summaryrefslogtreecommitdiff
path: root/www/py-flask-restful/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21py-flask-restful: updated to 0.3.7adam1-4/+1
Version 0.3.7 Fix error handling in python3 Fix arguments with type=list Return code for parse_args() is now configurable Removed flask_restful.paging module. Removed misleading help_on_404 functionality JSON keys are no longer sorted by default in debug mode in python3 Various small fixes and updates to documentation
2018-12-06py-flask-restful: added version 0.3.6adam1-0/+40
Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up.