typicode/jsonplaceholder

Nested resources are returning all resources

Open

#91 创建于 2019年1月10日

在 GitHub 查看
 (7 评论) (15 反应) (0 负责人)HTML (567 fork)batch import
bughelp wanted

仓库指标

Star
 (4,964 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南