inveniosoftware / flask-resources

REST APIs for Flask
https://flask-resources.readthedocs.io
MIT License
3 stars 21 forks source link

Uniformly deserialize request data across all endpoints #62

Closed fenekku closed 4 years ago

fenekku commented 4 years ago

Any endpoint may want to deserialize the body (even search!). Indeed Elasticsearch allows a body to their search api.