-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
For example, let's use a collection with multiple items.
Link: <http://example.com/list/one>, rel="item"; <http://example.com/list/two>, rel="item"
When parsed, I only see the /list/two link. The first one appears to be consumed.
I would expect an object like this:
{
"item": [
{
"href": "http://example.com/list/one",
"rel": "item"
},
{
"href": "http://example.com/list/one",
"rel": "item"
}
]
}
cyril, hubgit, saschanaz and melroyvandenberg
Metadata
Metadata
Assignees
Labels
No labels