typicode/jsonplaceholder

Nested resources are returning all resources

Open

#91 建立於 2019年1月10日

在 GitHub 查看
 (7 留言) (15 反應) (0 負責人)HTML (4,964 star) (567 fork)batch import
bughelp wanted

描述

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.

貢獻者指南

Nested resources are returning all resources · typicode/jsonplaceholder#91 | Good First Issue