-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implementation of RFC0002 #36
Conversation
- `method` (string) - HTTP request method. | ||
- `href` (Href) - A concrete URI for the request. | ||
- `method` (string) - HTTP request method. The method value SHOULD be inherited from a parent transition if it is unset. | ||
- `href` (Href) - A concrete URI for the request. The href SHOULD be inherited from a expanding the any parent transitions href and hrefVariables if the value is unset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The added sentence may need refactoring a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from a expanding the any parent
is illegible.
@kylef looks good to me. Would want Z's thoughts too. |
@@ -17,6 +17,8 @@ This document extends [Refract][] [Data Structure Namespace][] to define REST Re | |||
- [Resource Elements](#resource-elements) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed below but not here.
Tasks