alexanderrichards / ProductionSystem

MIT License
0 stars 1 forks source link

reuse GET in RESTful API #19

Closed alexanderrichards closed 6 years ago

alexanderrichards commented 6 years ago

in PUT (and possibly other places) the GET is written out explicitly but maybe could be called?

alexanderrichards commented 6 years ago

Not easily actually as GET is decorated with json_out decorators.