-
Notifications
You must be signed in to change notification settings - Fork 471
Support optional Link properties of HAL Spec like "deprecation" #417
New issue
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
Milestone
Comments
This is something we would also be very interested in, especially in the optional 'title' attribute. Would you consider a patch, if we came up with one? |
+1, we need the |
Same as #100 |
gregturn
added a commit
that referenced
this issue
Mar 21, 2017
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 22, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 26, 2017
Adds many additional attributes defined in RFC5988 and verifies they work properly in the neutral representation of Link while also being rendered properly in the HAL module. Additionally, some of the files had inconsistent EOL characters. This patches that as well. To see the differences WITHOUT this bit, add ?w=1 to the github page showing the delta, and whitespace differences will be filtered out. Resolves #100,#417,#235,#240,#238,#223
gregturn
added a commit
that referenced
this issue
Mar 26, 2017
gregturn
added a commit
that referenced
this issue
Mar 26, 2017
Fixed with #567. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HAL specifies additional properties to rel, href and templated in Section 5:
https://tools.ietf.org/html/draft-kelly-json-hal-07#section-5
Is it possible to support these by extending the LinkMixin with "type", "deprecation" and "name"? This would allow deprecating links to deprecated APIs and clients to e. g. automatically log a warning when using deprecated APIs.
The text was updated successfully, but these errors were encountered: