bughelp wanted
仓库指标
- 星标
- (4,964 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
When calling a GET for https://jsonplaceholder.typicode.com/posts/1/comments all comments for every post is returned. Expected behaviour is that only comments with postId of 1 should be returned. This is occurring in all of the nested resource examples.