Outlines steps needed to create a RESTful API using Flask and Flask-RESTPlus. These tools combine into a framework, which automates common tasks:
* API input validation
* formatting output (as JSON)
* generating interactive documentation (with Swagger UI)
* turning Python exceptions into machine-readable HTTP responses
Talk by Michal Karzynski