typicode/jsonplaceholder

Nested resources are returning all resources

オープン

#91 opened on 2019/01/10

 (7 件のコメント) (15 件のリアクション) (0 人の担当者)HTML (567 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (4,964 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド