Introduction
Step-by-Step Guide
Blueprint Applications
User Guide
Walk-Throughs
API
MindMeld UI
Versions
This module contains the class which serves the MindMeld API.
mindmeld.server.
MindMeldRequest
Bases: flask.wrappers.Request
flask.wrappers.Request
This class represents requests to the MindMeldServer. It extends flask.Request to provide custom handling of certain exceptions.
on_json_loading_failed
Called if decoding of the JSON data failed.
The return value of this method is used by get_json() when an error occurred. The default implementation just raises a BadRequest exception.
MindMeldServer
Bases: object
object
This class sets up a Flask web server.
run
Starts the flask server.