[BangPypers] UI less Rest API server with flask

Devi asldevi at gmail.com
Tue Jun 23 09:53:44 CEST 2015


On Mon, Jun 22, 2015 at 6:57 PM, anu sree <anusree.a04 at gmail.com> wrote:

> Thanks anuvrat and krace,
>
> How do we do validation of data in the POST and PUT API request, if we use
> only native fask ?.
>
>
You could use Cerberus[1], which is a simple validation library for python
dictionaries.

[1]: http://cerberus.readthedocs.org/en/latest/


More information about the BangPypers mailing list