5 ms·
In this case, I think of this as more of a search endpoint than a list. What would you think about using a parameter to specify the relation? i.e. GET /comment
by xendipity 4y ago
In this case, I think of this as more of a search endpoint than a list. What would you think about using a parameter to specify the relation? i.e.
GET /comments?blogId=<id>