2023年1月30日 星期一

REST/RESTful REST 風格

獲取資料 /GET /users

獲取資料 /GET /user/1

新增資料 /POST /user

更新資料 /PUT /user/1

刪除資料 /DELETE /user/1

沒有留言: