Contents

Flask-RESTful 0.3.10

0

Simple framework for creating REST APIs

Simple framework for creating REST APIs

Stars: 6770, Watchers: 6770, Forks: 1025, Open Issues: 147

The flask-restful/flask-restful repo was created 11 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 6770 github stars!

How to Install flask-restful

You can install flask-restful using pip

pip install flask-restful

or add it to a project with poetry

poetry add flask-restful

Package Details

Author
Twilio API Team
License
BSD
Homepage
https://www.github.com/flask-restful/flask-restful/
PyPi:
https://pypi.org/project/Flask-RESTful/
GitHub Repo:
https://github.com/flask-restful/flask-restful

Classifiers

No  flask-restful  pypi packages just yet.

Errors

A list of common flask-restful errors.

Code Examples

Here are some flask-restful code examples and snippets.

GitHub Issues

The flask-restful package has 147 open issues on GitHub

  • Fix handle_error with custom error while exception is not dict data(#931)
  • error handle with unexpect response
  • Is there a plan to decouple the dependence on python-nose?
  • curl command throws an error

See more issues on GitHub

Related Packages & Articles

flask-mongoengine 1.0.0

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine and WTF model forms.