|
|
|
|
|
by blubb
6029 days ago
|
|
There's nothing about REST that requires you do use GETs for everything, quite the opposite in fact (read up on how the Rails REST API is designed for some inspiration). Then again, unless you want to make a given function/input combination into a resource, you might be better of with a less RESTy approach. |
|