Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下の 2 つの URI 設計パターンで、どちらがより RESTful ですか? 1) project/123/engineer/somebody/abilities 2) 能力?engineer=somebody&project=123
これら 2 つの違いは、#1 がリソース識別子で、#2 がクエリであることです。
どちらを選択するかは目的によって異なりますが、どちらも RESTful です。