riggtravis / SINS

SINS is not SFIM
MIT License
0 stars 1 forks source link

RESTful actions #33

Open riggtravis opened 8 years ago

riggtravis commented 8 years ago

Right now everything is done with post and get. This is not ideal. We should also be using put and delete. There are other RESTful actions as well that should probably be implemented, but these four are the ones that I am the most familiar with.