-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
Description
I'm submitting a
- bug report.
- feature request.
Current Behaviour:
hydrus can't show nested collections. (eg. collection of comments on a particular issue/article)
Expected Behaviour:
Quoting @Mec-iS
we possibly want to return a hyperlink to the collection, not the full collection. same we did for nested object in Flock-Demo.
Possible approach
we can have a hyperlink to the endpoint of nested collection
something like
{
"@type": "Article",
"@id": "api/articles/id",
...
"comments": "api/articles/id/comments",
...
}
Steps to reproduce:
Run hydrus with real-world-app API Doc I submitted at HTTP-APIs/hydrus-real-world-app#2 (The API Doc is not complete but can be used to reproduce this issue by adding an article and trying to get/retrieve comments related to that article)
Do you want to work on this issue?
Yes
Reactions are currently unavailable