typicode/jsonplaceholder

Nested resources are returning all resources

Open

#91 ouverte le 10 janv. 2019

Voir sur GitHub
 (7 commentaires) (15 réactions) (0 assignés)HTML (567 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (4 964 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur