toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Flask - Use `as_list` and `as_detail` in favour of `as_view` #112

Open madsmtm opened 5 years ago

madsmtm commented 5 years ago

Resource.as_view was added in 6c3e83cc12e45c8706ca064053e69d5812bb12f6, in 2014, but the FlaskResource was not updated to use it.