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.
下面两种 URI 设计模式,哪个更 RESTful? 1) project/123/engineer/somebody/abilities 2)abilities?engineer=somebody&project=123
这两者的区别在于#1 是资源标识符,#2 是查询
两者都是 RESTful,尽管选择取决于目的。