vertical-knowledge / ripozo

A tool for quickly creating REST/HATEOAS/Hypermedia APIs in python
http://ripozo.readthedocs.org/
GNU General Public License v2.0
201 stars 22 forks source link

Restricting additional fields in the @translate decorator #26

Open timmartin19 opened 9 years ago

timmartin19 commented 9 years ago

In some cases, you may want to prevent additional fields from getting passed to the apimethod. This may be either a validation error or silently removing them. That is to be decided. This is grouped with #23.