typicode/jsonplaceholder

Nested resources are returning all resources

开放

#91 创建于 2019年1月10日

 (7 条评论) (15 个反应) (0 位负责人)HTML (567 个派生)batch import
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.

贡献者指南