I\'ve just been reading about REST URLs and seen the following example:
/API/User/GetUser
Now if this is accessed over HTTP with a verb GET isn\'t this a bad
Better way would be to have /API/User/7123 and use GET/POST method to signify operations