We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in working w/ processing, filtering, and rendering individual items i am finding it quite helpful to include an OPTIONAL rel property as in:
items
rel
"items" : [ { "href" : "...", "rel" : "invoice", "data" : [...], "links" : [...] }, { "href" : "...", "rel" : "lineItem", "data" : [...], "links" : [...] }, ... ]
I propose adding the OPTIONAL rel property (the same definition already in use for queries and links) to the individual items.
queries
links
NOTE: this is a backward-compatible change w/ no anticipated major negative side-effects for current implementations.
The text was updated successfully, but these errors were encountered:
mamund
No branches or pull requests
in working w/ processing, filtering, and rendering individual
items
i am finding it quite helpful to include an OPTIONALrel
property as in:I propose adding the OPTIONAL
rel
property (the same definition already in use forqueries
andlinks
) to the individualitems
.NOTE: this is a backward-compatible change w/ no anticipated major negative side-effects for current implementations.
The text was updated successfully, but these errors were encountered: