Closed
Description
Current Behavior
Right now, you can only use per route decorators.
Desired Behavior
Add the ability to add views. Views will allow the ability to better structure the code. As you can have all the different kind of routes(GET/POST/PUT....) for the same route under a single class.
High Level Implementation
- Create a
add_view
class/protcol - Handle and call the python interface functions.
Screenshots / Mockups
Alternatives