Open danbraunai opened 4 years ago
Need to verify that the input JSON is the right format, and return a message to the user if not.
May be able to make use of flask's arg parsing. Looks kinda neat. https://flask-restful.readthedocs.io/en/latest/quickstart.html#argument-parsing
Need to verify that the input JSON is the right format, and return a message to the user if not.