typicode/jsonplaceholder

Nested resources are returning all resources

Open

#91 geöffnet am 10. Jan. 2019

Auf GitHub ansehen
 (7 Kommentare) (15 Reaktionen) (0 zugewiesene Personen)HTML (4.964 Stars) (567 Forks)batch import
bughelp wanted

Beschreibung

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.

Contributor Guide