4f629fe Use view type better suited for a REST API

1 file Authored by mprahl 7 years ago, Committed by nphilipp 7 years ago,
1 file changed. 38 lines added. 52 lines removed.
    Use view type better suited for a REST API
    
    MethodView maps to REST APIs intuitively, the method names on the class
    are the same as the handled HTTP methods (just lowercase).
    
        
file modified
+38 -52