Is this a bad REST URL?

前端 未结 5 1443
说谎
说谎 2021-01-03 10:18

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

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-03 11:17

    Better way would be to have /API/User/7123 and use GET/POST method to signify operations

提交回复
热议问题