inveniosoftware / flask-resources

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

[rediscuss] Remove *args and **kwargs from Resource methods #49

Closed fenekku closed 4 years ago

fenekku commented 4 years ago

Since *args and *kwargs are now injected in the resource_requestctx there is no need for arguments to the Resource methods. (To be honest I haven't seen cases with `args, so there may be a wrinkle here.) Everyhing is now accessible from theresource_requestctx`.

fenekku commented 4 years ago

This was closed in the last sprint!