inveniosoftware / flask-resources

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

35 remove reserved keywords clobbering #46

Closed fenekku closed 4 years ago

fenekku commented 4 years ago

NOTE: By introducing route arguments extraction, defining *args, **kwargs should not be necessary for Resource methods anymore I believe. I didn't change the signature though until you double-check.

closes #35