typicode/jsonplaceholder

Nested resources are returning all resources

Aberta

#91 aberto em 10 de jan. de 2019

 (7 comentários) (15 reações) (0 responsável)HTML (567 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (4.964 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador