Using URL query-string parameters is fantastic for filtering, but not for resource names. Good: /users/12345; Poor: /api?type=user&id=23. Leverage the ...
確定! 回上一頁