20 ms·
I think I'm guilty of that. :-) It took me a really long time to figure out what RESTful design meant. As best I can tell, it's CRUD mapped onto the HTTP verb
by fpotter 16y ago
I think I'm guilty of that. :-)
It took me a really long time to figure out what RESTful design meant. As best I can tell, it's CRUD mapped onto the HTTP verbs.
- steverb 16y agoAs long as you don't call it REST, then the purists shouldn't have a problem with it. I'm not a purist myself, I'm more about getting things done, and sometimes a useful API just doesn't map cleanly onto REST.