November 28, 2015

56 words 1 min read

Introduction to Flask-RESTful & Flask-HTTPAuth

Introduction to Flask-RESTful & Flask-HTTPAuth

Introduction to Flask-RESTful and Flask-HTTPAuth by examples. 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-HTTPAuth is a simple extension that simplifies the use of HTTP authentication with Flask routes.

Introduction to Flask-RESTful & Flask-HTTPAuth:

comments powered by Disqus